From: Amin Bandali Date: Sun, 19 May 2019 18:12:06 +0000 (-0400) Subject: shell: export GOPATH="$HOME/src/go" in .profile X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/757553027efa55bf5710d06f866c3ae6e495c44d shell: export GOPATH="$HOME/src/go" in .profile --- diff --git a/.profile b/.profile index c3642f6..50cf3db 100644 --- 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"