Skip to content

Commit

Permalink
update .bash_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
kotaro0522 committed Jul 19, 2019
1 parent ce514fd commit 0ecbe7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ if which pyenv > /dev/null; then
fi

if which goenv > /dev/null; then
export GOENV_ROOT="$HOME/.goenv"
export PATH="$GOENV_ROOT/bin:$PATH"
eval "$(goenv init -)"
export PATH="$GOROOT/bin:$PATH"
export PATH="$GOPATH/bin:$PATH"
fi

0 comments on commit 0ecbe7e

Please sign in to comment.