aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-05-18 00:47:33 -0400
committertdro <tdro@users.noreply.github.com>2020-05-18 00:47:33 -0400
commit7032606cf149f9b527d9690636de7a9241969609 (patch)
tree7471756f7cad2c8185ce9d2e2f481f527d6e40ec /.bash_profile
parent1b731f826f06749b6865164c6b4588e2726a9eee (diff)
downloaddotfiles-7032606cf149f9b527d9690636de7a9241969609.tar.gz
dotfiles-7032606cf149f9b527d9690636de7a9241969609.tar.bz2
dotfiles-7032606cf149f9b527d9690636de7a9241969609.zip
.bashrc: Set go path dynamically
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 578e0c7..77671d4 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -39,7 +39,6 @@ export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
export LESSHISTFILE="$XDG_CACHE_HOME/less.history"
-export GOPATH="$XDG_DATA_HOME/go"
export INPUTRC="$XDG_CONFIG_HOME/inputrc"
export ICEAUTHORITY="$XDG_CACHE_HOME/ICEauthority"
export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat"