Removed autoenv

This wasn't being used and could be easily abused.
This commit is contained in:
James Patrick 2019-12-26 20:23:42 -05:00
parent 8967a18fde
commit e606fab033

View File

@ -14,7 +14,6 @@ zplug "${ZDIR}/modules/keybinds/", from:local, as:plugin
zplug "hlissner/zsh-autopair", as:plugin, defer:2 zplug "hlissner/zsh-autopair", as:plugin, defer:2
zplug "junegunn/fzf", use:"shell/*.zsh", defer:2 zplug "junegunn/fzf", use:"shell/*.zsh", defer:2
zplug "zdharma/fast-syntax-highlighting", as:plugin, defer:2 zplug "zdharma/fast-syntax-highlighting", as:plugin, defer:2
zplug "zpm-zsh/autoenv", as:plugin, defer:2
zplug "zsh-users/zsh-autosuggestions", as:plugin, defer:2 zplug "zsh-users/zsh-autosuggestions", as:plugin, defer:2
zplug "zsh-users/zsh-history-substring-search", as:plugin, defer:2 zplug "zsh-users/zsh-history-substring-search", as:plugin, defer:2