From 25a9360c636c97e733eec7c8843b9caff4a07566 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Fri, 28 Jun 2024 22:40:16 +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 02fbf47..dfc2521 100644 --- a/states/zsh/templates/zshenv.j2 +++ b/states/zsh/templates/zshenv.j2 @@ -48,7 +48,7 @@ DISABLE_AUTO_UPDATE="true" plugins=(common-aliases git) {%- if zsh.config.full %} -plugins+=(common-aliases sudo docker git ansible command-not-found systemd python nmap zsh-autosuggestions golang rust kubectl) +plugins+=(common-aliases sudo docker git command-not-found systemd python nmap zsh-autosuggestions golang rust kubectl) {%- endif %} {%- if zsh.config.sshagent %}