Fix tab completion of usernames.

This commit is contained in:
David Tomaschik
2018-04-18 16:07:15 -07:00
parent 4f7d98930d
commit 4ec3fa1e22

View File

@@ -33,6 +33,9 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi fi
# Change defaults from prezto
unsetopt cdablevars
# .profile is universal # .profile is universal
# but after zprezto to use/override anything setup there # but after zprezto to use/override anything setup there
. ~/.profile . ~/.profile