fzf: fix fish integration in nixos/modules/programs/fzf.nix
This commit is contained in:
@@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user