diff --git a/states/zsh/templates/zshenv.j2 b/states/zsh/templates/zshenv.j2 index e663686..56fde5e 100644 --- a/states/zsh/templates/zshenv.j2 +++ b/states/zsh/templates/zshenv.j2 @@ -44,7 +44,7 @@ DISABLE_AUTO_UPDATE="true" {%- if zsh.config.minimal %} plugins=(common-aliases git) {%- else %} -plugins=(common-aliases sudo docker salt git ansible command-not-found systemd python nmap zsh-autosuggestions golang rust kubectl ssh-agent) +plugins=(common-aliases sudo docker git ansible command-not-found systemd python nmap zsh-autosuggestions golang rust kubectl) {%- endif %} if [[ -f $ZSH/oh-my-zsh.sh ]]