added GOPATH
This commit is contained in:
parent
76ad5c05a6
commit
7858dc8100
1 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,12 @@
|
|||
export PATH=$PATH:~/bin/scripts:~/bin
|
||||
export GOPATH=~/build/go/
|
||||
|
||||
if [ -d ~/bin ]; then
|
||||
export PATH=$PATH:~/bin/scripts:~/bin
|
||||
fi
|
||||
|
||||
if [ -d $GOPATH/bin ]; then
|
||||
export PATH=$PATH:$GOPATH/bin
|
||||
fi
|
||||
|
||||
# OS X stuff if availabe
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue