add GOPATH
This commit is contained in:
parent
b20b2259fb
commit
bb62874b09
1 changed files with 2 additions and 0 deletions
2
profile
2
profile
|
|
@ -2,6 +2,8 @@ export SHELL_CONFIG="$SHELL_CONFIG:.profile"
|
|||
export EDITOR=/usr/bin/vim
|
||||
export BROWSER=/usr/bin/qutebrowser
|
||||
|
||||
export GOPATH="$HOME/.go"
|
||||
|
||||
if command -v ruby ; then
|
||||
ruby_path=$(ruby -r rubygems -e "puts Gem.user_dir")/bin
|
||||
export PATH="$ruby_path:$PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue