fzf: add mkOrder for fish like we do for other shells
This commit is contained in:
parent
cffc9938c7
commit
84fa81c7ac
|
@ -190,8 +190,9 @@ in {
|
||||||
fi
|
fi
|
||||||
'');
|
'');
|
||||||
|
|
||||||
programs.fish.interactiveShellInit = mkIf cfg.enableFishIntegration ''
|
programs.fish.interactiveShellInit = mkIf cfg.enableFishIntegration
|
||||||
source ${cfg.package}/share/fzf/key-bindings.fish && fzf_key_bindings
|
(mkOrder 200 ''
|
||||||
'';
|
source ${cfg.package}/share/fzf/key-bindings.fish && fzf_key_bindings
|
||||||
|
'');
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue