fzf: fix fish integration in nixos/modules/programs/fzf.nix
Steve Walker 3 months ago b9efb0dc a6bef88f
··· 44 44 }; 45 45 46 46 fish.interactiveShellInit = lib.optionalString cfg.keybindings '' 47 47 - source ${pkgs.fzf}/share/fzf/key-bindings.fish 47 47 + source ${pkgs.fzf}/share/fzf/key-bindings.fish && fzf_key_bindings 48 48 ''; 49 49 }; 50 50 };