summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-05-19 14:12:06 -0400
committerAmin Bandali <bandali@gnu.org>2019-05-19 14:12:06 -0400
commit757553027efa55bf5710d06f866c3ae6e495c44d (patch)
tree66cb09f58c375760bf0afe39086ea74087fb51ee
parent99473567e5a86d2b1ae62bb85601af7805daaa9a (diff)
downloadconfigs-757553027efa55bf5710d06f866c3ae6e495c44d.tar.gz
configs-757553027efa55bf5710d06f866c3ae6e495c44d.tar.xz
configs-757553027efa55bf5710d06f866c3ae6e495c44d.zip
shell: export GOPATH="$HOME/src/go" in .profile
Diffstat (limited to '')
-rw-r--r--.profile1
1 files changed, 1 insertions, 0 deletions
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"