updated zsh state

This commit is contained in:
Paul 2022-12-06 20:27:14 +01:00
parent 555b13c5dd
commit a6048c0545

View File

@ -13,6 +13,7 @@ if [[ -d /usr/local/apps/golang ]]
then
export GOPATH=~/go
export GOROOT=/usr/local/apps/golang
export GO111MODULE=auto
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
fi
{%- endif %}
@ -38,7 +39,7 @@ export ZSH=/usr/share/oh-my-zsh
ZSH_THEME="jreese"
DISABLE_AUTO_UPDATE="true"
{%- if zsh.config.minimal %}
plugins=(common-aliases)
plugins=(common-aliases git)
{%- else %}
plugins=(common-aliases sudo docker salt git ansible command-not-found systemd python nmap zsh-autosuggestions golang rust kubectl)
{%- endif %}