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