diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 0a31fe4..3f95ff9 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -33,6 +33,9 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" fi +# Change defaults from prezto +unsetopt cdablevars + # .profile is universal # but after zprezto to use/override anything setup there . ~/.profile