autocomp twice fix

This commit is contained in:
Niklas Kapelle 2020-12-18 18:09:44 +01:00
parent 1c2ad6327c
commit c4a1c0422a

2
.zshrc
View File

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