diff options
author | Amin Bandali <bandali@gnu.org> | 2023-09-13 21:34:44 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2023-09-13 21:34:44 -0400 |
commit | 4db9033212fbb10792a5b33f31948909e594022d (patch) | |
tree | 49e901bb3f88e9a3521bcaba7f5f4feb68c912a2 /.profile | |
parent | cc719c350b792ea728a64daf0d5d61f178044d66 (diff) | |
download | configs-4db9033212fbb10792a5b33f31948909e594022d.tar.gz configs-4db9033212fbb10792a5b33f31948909e594022d.tar.xz configs-4db9033212fbb10792a5b33f31948909e594022d.zip |
Switch source dir from ~/s to ~/src
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 |