From f53ea7995799beb6bdc7df19a0dd74bccdc2e14e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Sun, 21 Oct 2012 17:19:59 +0200 Subject: Updated the bashrc file to include the Go path --- bashrc | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3