diff --git a/.zshrc b/.zshrc index a3cccc6..182f997 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,6 @@ [ ! -d ~/.oh-my-zsh ] && sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" + ZSH_DISABLE_COMPFIX=true ZSH=$HOME/.oh-my-zsh ZSH_CACHE_DIR="$ZSH/cache"