profiles/shells: add kitty completion to bash/fish

This commit is contained in:
Infinidoge 2021-11-17 09:03:27 -05:00
parent 2cd56823b3
commit ce97396830
2 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,9 @@
enable = true;
functions = { };
shellAbbrs = { };
interactiveShellInit = ''
kitty + complete setup fish | source
'';
};
starship.enableFishIntegration = lib.mkIf config.programs.starship.enable true;