Skip to content

Commit

Permalink
Set up paths for Go.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Oct 21, 2017
1 parent 315a946 commit 7c1d96d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ export NVM_DIR="$HOME/.nvm"

# Access to custom executables.
export PATH="$PATH:$HOME/.configuration/bin"

# Export paths for Go.
export GOPATH="$HOME/.go"
export PATH="$GOPATH/bin:$PATH"

0 comments on commit 7c1d96d

Please sign in to comment.