commit 09f791132a4fd1e5d6a041d097563fbccec5fff5
parent 05ae7283db168a61a1323c32d2ee9093d5491ec1
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Thu, 27 May 2021 23:16:35 -0400
Correct PATH for go
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.profile b/.profile
@@ -6,7 +6,7 @@ if [ -d "$HOME/.local/bin/" ]; then
fi
# Set golang environment variables
-PATH="$PATH:/usr/lib/go/bin/"
+PATH="$PATH:/usr/local/go/bin/"
export GOPATH="$HOME/docs/proj/go"
# sndiod audio device preferences