From 28cf210705e93dd090114c4afbc8bbfaadecc59c Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sat, 1 Oct 2022 20:11:24 +0200 Subject: [PATCH] updated zsh state --- states/zsh/zprofile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/zsh/zprofile.j2 b/states/zsh/zprofile.j2 index f5e257a..ec814f1 100644 --- a/states/zsh/zprofile.j2 +++ b/states/zsh/zprofile.j2 @@ -40,7 +40,7 @@ DISABLE_AUTO_UPDATE="true" {%- if zsh.config.minimal %} plugins=(common-aliases) {%- else %} -plugins=(common-aliases sudo docker salt git ansible command-not-found systemd python nmap zsh-autosuggestions) +plugins=(common-aliases sudo docker salt git ansible command-not-found systemd python nmap zsh-autosuggestions golang rust kubectl) {%- endif %} {#