aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
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")"; }