updated zsh state
This commit is contained in:
parent
555b13c5dd
commit
a6048c0545
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user