From c0a902e0e4614ce7065e708f73768a63f464429a Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sun, 25 Oct 2020 16:38:21 +0100 Subject: [PATCH] updated zsh state --- states/zsh/zprofile.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/states/zsh/zprofile.j2 b/states/zsh/zprofile.j2 index 43f9002..8fbfe4b 100644 --- a/states/zsh/zprofile.j2 +++ b/states/zsh/zprofile.j2 @@ -19,7 +19,9 @@ export PATH=$PATH:$HOME/.cargo/bin export ZSH=/usr/share/oh-my-zsh ZSH_THEME="jreese" DISABLE_AUTO_UPDATE="true" -plugins=(common-aliases sudo docker salt git ansible command-not-found tmux systemd python golang nmap zsh-autosuggestions) +plugins=(common-aliases sudo docker salt git ansible command-not-found systemd python golang nmap zsh-autosuggestions) + +#for example #plugins=(common-aliases sudo docker salt git ansible command-not-found virtualenvwrapper tmux systemd python golang nmap) if [[ -f $ZSH/oh-my-zsh.sh ]]