updated stuff
This commit is contained in:
parent
1608291f1e
commit
7bde8e83b8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue