shell: export GOPATH="$HOME/src/go" in .profile
authorAmin Bandali <bandali@gnu.org>
Sun, 19 May 2019 18:12:06 +0000 (14:12 -0400)
committerAmin Bandali <bandali@gnu.org>
Sun, 19 May 2019 18:12:06 +0000 (14:12 -0400)
.profile

index c3642f6..50cf3db 100644 (file)
--- a/.profile
+++ b/.profile
@@ -5,6 +5,7 @@ export EDITOR="emacsclient -nw"
 export VISUAL="emcl"
 
 export PATH="$HOME/.local/bin:$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin${PATH:+:}$PATH"
+export GOPATH="$HOME/src/go"
 
 export XDG_CONFIG_HOME="$HOME/.config"
 export XDG_DATA_HOME="$HOME/.local/share"