zsh: Load fzf keybindings on nix
This commit is contained in:
parent
c358e934a8
commit
4c44fc1f9a
|
@ -41,6 +41,7 @@ eval "$(dircolors -b $HOME/.dircolors)"
|
|||
|
||||
## fzf
|
||||
[ -e /usr/share/doc/fzf/examples/key-bindings.zsh ] && source /usr/share/doc/fzf/examples/key-bindings.zsh
|
||||
command -v fzf-share >/dev/null && source $(fzf-share)/key-bindings.zsh
|
||||
|
||||
## Color switcher
|
||||
alias dynamic-colors="~/.dynamic-colors/bin/dynamic-colors"
|
||||
|
|
Reference in a new issue