|
|
@ -94,12 +94,7 @@ 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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Add Go executables to the system path |
|
|
|
|
|
|
|
export PATH=$PATH:$(go env GOPATH)/bin |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# ------------ END EXPORTS ------------# |
|
|
|
# ------------ END EXPORTS ------------# |
|
|
|
|
|
|
|
|
|
|
|