updated stuff
This commit is contained in:
parent
83c1534437
commit
9a1d690c2a
1 changed files with 1 additions and 5 deletions
|
@ -9,11 +9,7 @@ source "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
|||
source "/usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme"
|
||||
|
||||
autoload -Uz compinit
|
||||
if [[ -n $HOME/.cache/zsh/compdump(#qN.mh+24) ]]; then
|
||||
compinit -d $HOME/.cache/zsh/compdump
|
||||
else
|
||||
compinit -d $HOME/.cache/zsh/compdump -C
|
||||
fi
|
||||
if [[ -n $HOME/.cache/zsh/compdump(#qN.mh+24) ]]; then compinit -d $HOME/.cache/zsh/compdump; else compinit -d $HOME/.cache/zsh/compdump -C; fi
|
||||
|
||||
for file in $ZDOTDIR/libraries/source/*.zsh; do source "$file"; done
|
||||
for file in $ZDOTDIR/libraries/plugins/*.zsh; do source "$file"; done
|
||||
|
|
Loading…
Add table
Reference in a new issue