diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 0a31fe4..cb147b7 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -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