fzf: fix fish integration in nixos/modules/programs/fzf.nix

This commit is contained in:
Steve Walker
2025-09-01 09:58:42 +08:00
parent a6bef88f3f
commit b9efb0dc3a

View File

@@ -44,7 +44,7 @@ in
};
fish.interactiveShellInit = lib.optionalString cfg.keybindings ''
source ${pkgs.fzf}/share/fzf/key-bindings.fish
source ${pkgs.fzf}/share/fzf/key-bindings.fish && fzf_key_bindings
'';
};
};