profiles/shells: add kitty completion to bash/fish
This commit is contained in:
parent
2cd56823b3
commit
ce97396830
2 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
bash = {
|
bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableVteIntegration = true;
|
enableVteIntegration = true;
|
||||||
|
initExtra = ''
|
||||||
|
source <(kitty + complete setup bash)
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
starship.enableBashIntegration = true;
|
starship.enableBashIntegration = true;
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
functions = { };
|
functions = { };
|
||||||
shellAbbrs = { };
|
shellAbbrs = { };
|
||||||
|
interactiveShellInit = ''
|
||||||
|
kitty + complete setup fish | source
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
starship.enableFishIntegration = lib.mkIf config.programs.starship.enable true;
|
starship.enableFishIntegration = lib.mkIf config.programs.starship.enable true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue