summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2023-09-13 21:34:44 -0400
committerAmin Bandali <bandali@gnu.org>2023-09-13 21:34:44 -0400
commit4db9033212fbb10792a5b33f31948909e594022d (patch)
tree49e901bb3f88e9a3521bcaba7f5f4feb68c912a2 /.profile
parentcc719c350b792ea728a64daf0d5d61f178044d66 (diff)
downloadconfigs-4db9033212fbb10792a5b33f31948909e594022d.tar.gz
configs-4db9033212fbb10792a5b33f31948909e594022d.tar.xz
configs-4db9033212fbb10792a5b33f31948909e594022d.zip
Switch source dir from ~/s to ~/src
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index c4b9019..93185bd 100644
--- a/.profile
+++ b/.profile
@@ -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