updated stuff

This commit is contained in:
Nikolas Weger 2019-12-11 15:23:21 +01:00
parent 7bde8e83b8
commit 2e89349994

View file

@ -21,11 +21,11 @@ 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
source $share/doc/pkgfile/command-not-found.zsh
else else
source $share/doc/fzf/examples/key-bindings.zsh source $share/doc/fzf/examples/key-bindings.zsh
fi fi
source $share/doc/pkgfile/command-not-found.zsh
source $ZDOTDIR/tmux/tmux.zsh source $ZDOTDIR/tmux/tmux.zsh
[[ ! -f $ZDOTDIR/.p10k.zsh ]] || source $ZDOTDIR/.p10k.zsh [[ ! -f $ZDOTDIR/.p10k.zsh ]] || source $ZDOTDIR/.p10k.zsh