added ZSH_VERSION to zcompdump

This commit is contained in:
Djeeberjr 2022-05-29 18:53:01 +02:00
parent 7560b8678d
commit 524436a1a6

2
.zshrc
View File

@ -73,7 +73,7 @@ plugins=(
# start oh my zsh
source $ZSH/oh-my-zsh.sh
autoload -U compinit -d "$XDG_CACHE_HOME/zcompdump"
autoload -U compinit -d "$XDG_CACHE_HOME/zcompdump-$ZSH_VERSION"
# Sytax highlight
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh