From 4ec3fa1e228580eda5ff8268e3e7a641a8714316 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 18 Apr 2018 16:07:15 -0700 Subject: [PATCH] Fix tab completion of usernames. --- dotfiles/zshrc | 3 +++ 1 file changed, 3 insertions(+) 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