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 %} {#