Skip to content

Commit e47b244

Browse files
authored
Merge pull request #144 from player131007/fix-kitty-fish-integration
programs/kitty: fix fish integration
2 parents 878076a + 4326807 commit e47b244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/collection/programs/kitty.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ in {
100100

101101
rum.programs.fish.config = mkIf cfg.integrations.fish.enable (
102102
mkAfter ''
103-
source ${cfg.package.shell_integration}/fish/vendor_conf.d/kitty-shell-integration.fish"
104-
set --prepend fish_complete_path ${cfg.package.shell_integration}/fish/vendor_completions.d"
103+
source "${cfg.package.shell_integration}/fish/vendor_conf.d/kitty-shell-integration.fish"
104+
set --prepend fish_complete_path "${cfg.package.shell_integration}/fish/vendor_completions.d"
105105
''
106106
);
107107
rum.programs.zsh.initConfig = mkIf cfg.integrations.zsh.enable (

0 commit comments

Comments
 (0)