diff options
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ export MAILDIR="$HOME/mail" export CVS_RSH="ssh" if [ -x "$(command -v go)" ]; then - export GOPATH="$HOME/s/go" + export GOPATH="$HOME/src/go" export PATH="$GOPATH/bin:$PATH" fi |