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