From 7bde8e83b80f6c724bf6f249966babfdacb941ef Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Wed, 11 Dec 2019 15:20:47 +0100 Subject: [PATCH] updated stuff --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 4d6c69c..12c1d0d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -21,6 +21,8 @@ for file in $ZDOTDIR/plgs/*.zsh; do source "$file"; done if [[ $(grep -E "^ID" /etc/*release | cut -d= -f2) == "arch" ]]; then source $fzf/completion.zsh source $fzf/key-bindings.zsh +else + source $share/doc/fzf/examples/key-bindings.zsh fi source $share/doc/pkgfile/command-not-found.zsh