Skip to content

Commit

Permalink
use gobrew
Browse files Browse the repository at this point in the history
  • Loading branch information
sadah committed Mar 20, 2017
1 parent f578306 commit 4972d11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dot.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ export RBENV_ROOT=/usr/local/var/rbenv
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi

export FDK_EXE=$HOME/Library/FDK/Tools/osx
export PATH=$PATH:/usr/local/go/bin
export PATH=$PATH:$HOME/bin:$HOME/.nodebrew/current/bin:$FDK_EXE
export PATH="/usr/local/heroku/bin:$PATH"

export GOPATH=$HOME/git/go
export PATH="$HOME/.gobrew/bin:$PATH"
eval "$(gobrew init -)"

0 comments on commit 4972d11

Please sign in to comment.