Specified as and defer tags for autoenv.

This commit is contained in:
James Patrick 2019-11-22 14:55:05 -05:00
parent 569598683e
commit a44bfd1a6e
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@ zplug "zsh-users/zsh-history-substring-search", \
as:plugin, \
defer:2
zplug "zpm-zsh/autoenv"
zplug "zpm-zsh/autoenv", \
as:plugin, \
defer:2
zplug "zsh-users/zsh-autosuggestions", \
as:plugin, \