From d46572f8f9dd5f7261cd61da374c33b9805b621c Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Fri, 31 Mar 2023 17:21:59 +0200 Subject: [PATCH] updated zsh state --- states/zsh/templates/zshenv.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]]