From 02e8b375b2d67d8efb6ecb80d9145290f2f6cdab Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sun, 12 Dec 2021 10:45:48 +0100 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 b926985..18e3846 100644 --- a/states/zsh/zprofile.j2 +++ b/states/zsh/zprofile.j2 @@ -36,7 +36,7 @@ export ZSH=/usr/share/oh-my-zsh ZSH_THEME="jreese" DISABLE_AUTO_UPDATE="true" {%- if zsh.config.minimal %} -plugins=(common-aliases docker) +plugins=(common-aliases) {%- else %} plugins=(common-aliases sudo docker salt git ansible command-not-found systemd python nmap zsh-autosuggestions) {%- endif %}