aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
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 /.bashrc
parent1b731f826f06749b6865164c6b4588e2726a9eee (diff)
downloaddotfiles-7032606cf149f9b527d9690636de7a9241969609.tar.gz
dotfiles-7032606cf149f9b527d9690636de7a9241969609.tar.bz2
dotfiles-7032606cf149f9b527d9690636de7a9241969609.zip
.bashrc: Set go path dynamically
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
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")"; }