mirror of
https://github.com/nix-community/home-manager
synced 2024-11-11 05:39:44 +01:00
fzf: add mkOrder for fish like we do for other shells
This commit is contained in:
parent
c1f8ffca76
commit
f1ca52127d
1 changed files with 4 additions and 3 deletions
|
@ -190,8 +190,9 @@ in {
|
||||||
fi
|
fi
|
||||||
'');
|
'');
|
||||||
|
|
||||||
programs.fish.interactiveShellInit = mkIf cfg.enableFishIntegration ''
|
programs.fish.interactiveShellInit = mkIf cfg.enableFishIntegration
|
||||||
|
(mkOrder 200 ''
|
||||||
source ${cfg.package}/share/fzf/key-bindings.fish && fzf_key_bindings
|
source ${cfg.package}/share/fzf/key-bindings.fish && fzf_key_bindings
|
||||||
'';
|
'');
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue