aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index af4af56..b7298b7 100644
--- a/bashrc
+++ b/bashrc
@@ -42,6 +42,10 @@ alias wduchain='rm -rf $HOME/.kdevduchain/*'
# Alias bundle exec
alias be='bundle exec'
+# Go things
+export GOROOT=$HOME/Projects/go
+export PATH=$GOROOT/bin:$PATH
+
# Including shortcuts, idea from https://github.com/fxn/dotfiles
GO_SHORTCUTS=(
home