Fixing completion.

This commit is contained in:
David Tomaschik
2018-04-15 17:45:02 -07:00
parent 373f6c31c6
commit 0b327577e7

View File

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