From 757553027efa55bf5710d06f866c3ae6e495c44d Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 19 May 2019 14:12:06 -0400 Subject: [PATCH] shell: export GOPATH="$HOME/src/go" in .profile --- .profile | 1 + 1 file changed, 1 insertion(+) 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" -- 2.20.1