updated env to import external zsh plugins from local env override

This commit is contained in:
Wryn Wagner
2021-03-05 15:28:06 -07:00
parent 83a7a2ee27
commit c19af91886
4 changed files with 10 additions and 2 deletions

View File

@ -18,8 +18,6 @@ zstyle ':completion:*' max-errors 1
zstyle ':completion:*' menu select;
bindkey -M menuselect '^M' .accept-line; # don't require 'return' to select menu item
zstyle :compinstall filename "$HOME/.zshrc"
autoload -Uz compinit
compinit