feat(zsh): enable fzf keybindings for nix install of fzf

This commit is contained in:
Price Hiller 2023-11-29 15:50:15 -06:00
parent 687542e4b0
commit 173f557147
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,4 +1,8 @@
configure() {
if [ -n "${commands[fzf-share]}" ]; then
source "$(fzf-share)/key-bindings.zsh"
source "$(fzf-share)/completion.zsh"
fi
prompt_nix_shell_setup
}