|
|
@ -94,9 +94,8 @@ export HISTCONTROL=ignoredups |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If go is installed, set the $GOPATH to the projects directory created above. |
|
|
|
# If go is installed, set the $GOPATH to the projects directory created above. |
|
|
|
if [[ -x go ]]; then |
|
|
|
if which go > /dev/null; then export GOPATH=$HOME/projects/go; fi |
|
|
|
export GOPATH=$HOME/projects/go |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# ------------ END EXPORTS ------------# |
|
|
|
# ------------ END EXPORTS ------------# |
|
|
|
|
|
|
|
|
|
|
|