add GOPATH

This commit is contained in:
Ray Elliott 2022-03-20 14:34:31 +00:00
parent b20b2259fb
commit bb62874b09
1 changed files with 2 additions and 0 deletions

View File

@ -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"