From a44bfd1a6e462be156442d22823442a4d7b03f27 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Fri, 22 Nov 2019 14:55:05 -0500 Subject: [PATCH] Specified as and defer tags for autoenv. --- zsh/zplug | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zsh/zplug b/zsh/zplug index f3e685b..666468f 100644 --- a/zsh/zplug +++ b/zsh/zplug @@ -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, \