diff --git a/.zshrc b/.zshrc index ecc44b8..416e046 100644 --- a/.zshrc +++ b/.zshrc @@ -4,9 +4,11 @@ [ ! -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" + ZSH_COMPDUMP="~/.zcompdump" + ZSH_DISABLE_COMPFIX=true [ -z "$IN_NIX_SHELL" ] && . $HOME/.asdf/asdf.sh # necessary to include "/usr/share/zsh/"$(zsh --version| cut -d ' ' -f2)/functions"