updated stuff

This commit is contained in:
Nikolas Weger 2019-12-11 15:20:47 +01:00
parent 1608291f1e
commit 7bde8e83b8

View file

@ -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 if [[ $(grep -E "^ID" /etc/*release | cut -d= -f2) == "arch" ]]; then
source $fzf/completion.zsh source $fzf/completion.zsh
source $fzf/key-bindings.zsh source $fzf/key-bindings.zsh
else
source $share/doc/fzf/examples/key-bindings.zsh
fi fi
source $share/doc/pkgfile/command-not-found.zsh source $share/doc/pkgfile/command-not-found.zsh