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 ]]