updated zsh state

This commit is contained in:
Paul 2020-10-25 16:38:21 +01:00
parent d8edf9537f
commit c0a902e0e4

View File

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