diff options
| author | Amin Bandali <bandali@gnu.org> | 2019-05-19 14:12:06 -0400 | 
|---|---|---|
| committer | Amin Bandali <bandali@gnu.org> | 2019-05-19 14:12:06 -0400 | 
| commit | 757553027efa55bf5710d06f866c3ae6e495c44d (patch) | |
| tree | 66cb09f58c375760bf0afe39086ea74087fb51ee /.profile | |
| parent | 99473567e5a86d2b1ae62bb85601af7805daaa9a (diff) | |
| download | configs-757553027efa55bf5710d06f866c3ae6e495c44d.tar.gz configs-757553027efa55bf5710d06f866c3ae6e495c44d.tar.xz configs-757553027efa55bf5710d06f866c3ae6e495c44d.zip | |
shell: export GOPATH="$HOME/src/go" in .profile
Diffstat (limited to '')
| -rw-r--r-- | .profile | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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" | 
