aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bash_profile1
-rw-r--r--.bashrc1
2 files changed, 1 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"
diff --git a/.bashrc b/.bashrc
index ac0429a..8b2c47e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -95,6 +95,7 @@ alias rofi='rofi -cache-dir $XDG_DATA_HOME'
alias lxc-attach='lxc-attach --clear-env -n'
alias lxc-ls='lxc-ls -f'
alias audacity='PULSE_LATENCY_MSEC=30 audacity'
+alias go='GOPATH=$(pwd)/go go'
# nix helpers
nix-which() { readlink "$(type -P "$1")"; }