Skip to content

Commit

Permalink
./bin has nothing to do with go
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhard committed Jul 6, 2015
1 parent f8bb992 commit 93eb026
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dotfiles/profile.d/go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
if which go >&-
then
export GOPATH="${HOME}/go"

export PATH="./bin:${GOPATH}/bin:/usr/local/opt/go/libexec/bin:${PATH}"
export PATH="${GOPATH}/bin:/usr/local/opt/go/libexec/bin:${PATH}"
fi

0 comments on commit 93eb026

Please sign in to comment.