From 0b327577e7db38c8dc16df552a608da813c9b337 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sun, 15 Apr 2018 17:45:02 -0700 Subject: [PATCH] Fixing completion. --- dotfiles/zshrc | 5 +++++ 1 file changed, 5 insertions(+) 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