diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2012-10-21 17:19:59 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2012-10-21 17:19:59 +0200 |
| commit | f53ea7995799beb6bdc7df19a0dd74bccdc2e14e (patch) | |
| tree | 3a132414975837974ed2018c510235efe336b5e1 /bashrc | |
| parent | 44cea7c54da8f4d71be9576cfb17e191cce70f05 (diff) | |
| download | dotfiles-f53ea7995799beb6bdc7df19a0dd74bccdc2e14e.tar.gz dotfiles-f53ea7995799beb6bdc7df19a0dd74bccdc2e14e.zip | |
Updated the bashrc file to include the Go path
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
