From 4c44fc1f9a438d0981760743957d19d4d7a1b9b6 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 18 Aug 2020 14:43:19 +0200 Subject: [PATCH] zsh: Load fzf keybindings on nix --- home/.zshrc.local | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.zshrc.local b/home/.zshrc.local index 152aa31..a7054a6 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -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"