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