From 7032606cf149f9b527d9690636de7a9241969609 Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 18 May 2020 00:47:33 -0400 Subject: .bashrc: Set go path dynamically --- .bash_profile | 1 - 1 file changed, 1 deletion(-) (limited to '.bash_profile') 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" -- cgit v1.2.3