ZSH ZProfile: add GoLang enviroment vars
This commit is contained in:
parent
5e8b5f28ba
commit
305a41d8da
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
################################
|
||||
#---------- Go-Lang -----------#
|
||||
export GOPATH=$HOME/.go
|
||||
export PATH=$PATH:$GOPATH/bin
|
||||
################################
|
||||
|
||||
################################
|
||||
#------------ PyEnv -----------#
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue