This commit is contained in:
David Tomaschik
2018-04-18 16:08:35 -07:00
4 changed files with 15 additions and 3 deletions

View File

@@ -33,9 +33,12 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
# Change defaults from prezto
# Overrides to prezto
unsetopt cdablevars
# No groupings of completions
zstyle ':completion:*' format ''
# .profile is universal
# but after zprezto to use/override anything setup there
. ~/.profile