projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9947356
)
shell: export GOPATH="$HOME/src/go" in .profile
author
Amin Bandali
<bandali@gnu.org>
Sun, 19 May 2019 18:12:06 +0000
(14:12 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 19 May 2019 18:12:06 +0000
(14:12 -0400)
.profile
patch
|
blob
|
blame
|
history
diff --git
a/.profile
b/.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"