aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2012-10-21 17:19:59 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2012-10-21 17:19:59 +0200
commitf53ea7995799beb6bdc7df19a0dd74bccdc2e14e (patch)
tree3a132414975837974ed2018c510235efe336b5e1 /bashrc
parent44cea7c54da8f4d71be9576cfb17e191cce70f05 (diff)
downloaddotfiles-f53ea7995799beb6bdc7df19a0dd74bccdc2e14e.tar.gz
dotfiles-f53ea7995799beb6bdc7df19a0dd74bccdc2e14e.zip
Updated the bashrc file to include the Go path
Diffstat (limited to 'bashrc')
-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