zshrc: disable compfix

This commit is contained in:
surtur 2021-11-10 03:20:27 +01:00
parent 4f7061d448
commit cd9b7a3e5b
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

1
.zshrc
View File

@ -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"