diff --git a/.bashrc b/.bashrc index 43b3bcb..75923a4 100755 --- a/.bashrc +++ b/.bashrc @@ -133,7 +133,7 @@ function ssh() { $(which ssh) -axt ${@} "screen -xRRAUO 2>/dev/null || bash"; tp #-------------------------------------------------------------------------------- # Set up GOPATH for Go development #-------------------------------------------------------------------------------- -export GOPATH=${HOME}/src/go +export GOPATH=${HOME} #-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------