add fzf integration
This commit is contained in:
parent
60f37d2528
commit
228313a5a3
1 changed files with 5 additions and 0 deletions
|
@ -38,3 +38,8 @@ fi
|
||||||
source ${zsh_plugins}.zsh
|
source ${zsh_plugins}.zsh
|
||||||
|
|
||||||
eval $(keychain --eval --quiet id_ed25519)
|
eval $(keychain --eval --quiet id_ed25519)
|
||||||
|
|
||||||
|
# fzf integration
|
||||||
|
source /usr/share/fzf/key-bindings.zsh
|
||||||
|
source /usr/share/fzf/completion.zsh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue