feat(zsh): enable fzf keybindings for nix install of fzf
This commit is contained in:
parent
687542e4b0
commit
173f557147
@ -1,4 +1,8 @@
|
|||||||
configure() {
|
configure() {
|
||||||
|
if [ -n "${commands[fzf-share]}" ]; then
|
||||||
|
source "$(fzf-share)/key-bindings.zsh"
|
||||||
|
source "$(fzf-share)/completion.zsh"
|
||||||
|
fi
|
||||||
prompt_nix_shell_setup
|
prompt_nix_shell_setup
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user