diff options
-rwxr-xr-x | zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ if [[ -f $HOME/.zshrc.local ]]; then source $HOME/.zshrc.local fi +# Don't upgrade oh-my-zsh automatically. +DISABLE_AUTO_UPDATE="true" + source $HOME/dotfiles/zgen/zgen.zsh # check if there's no init script if ! zgen saved; then |