programs.kitty.shellIntegration.enableBashIntegration

Whether to enable Bash integration.

Type
boolean
Default
(cfg.shellIntegration.mode != null)
&& !(elem "disabled" (splitString " " config.programs.kitty.shellIntegration.mode))
Example
false
Declared
<home-manager/modules/programs/kitty.nix>