add GOPATH
This commit is contained in:
parent
b20b2259fb
commit
bb62874b09
2
profile
2
profile
|
@ -2,6 +2,8 @@ export SHELL_CONFIG="$SHELL_CONFIG:.profile"
|
||||||
export EDITOR=/usr/bin/vim
|
export EDITOR=/usr/bin/vim
|
||||||
export BROWSER=/usr/bin/qutebrowser
|
export BROWSER=/usr/bin/qutebrowser
|
||||||
|
|
||||||
|
export GOPATH="$HOME/.go"
|
||||||
|
|
||||||
if command -v ruby ; then
|
if command -v ruby ; then
|
||||||
ruby_path=$(ruby -r rubygems -e "puts Gem.user_dir")/bin
|
ruby_path=$(ruby -r rubygems -e "puts Gem.user_dir")/bin
|
||||||
export PATH="$ruby_path:$PATH"
|
export PATH="$ruby_path:$PATH"
|
||||||
|
|
Loading…
Reference in New Issue