diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-12-09 23:58:01 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-12-09 23:58:01 +0100 |
| commit | 7c6d0f4a33e1ebffe370541cd4620db6dcc9a439 (patch) | |
| tree | 87d8080adffa72a549861387b3f0be01bb223ad6 | |
| parent | 50e94aaf8448f104b2dd306cb6bfb536848b13cd (diff) | |
| download | dotfiles-7c6d0f4a33e1ebffe370541cd4620db6dcc9a439.tar.gz dotfiles-7c6d0f4a33e1ebffe370541cd4620db6dcc9a439.zip | |
bash: updated the Go paths to my current scheme
| -rw-r--r-- | bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,8 +59,8 @@ alias be='bundle exec' # Go things export GOROOT=$HOME/Projects/go -export GOPATH=$HOME/.go -export PATH=$HOME/.go/bin:$HOME/Projects/go/bin:$PATH +export GOPATH=$HOME/Projects/golang +export PATH=$HOME/Projects/golang/bin:$HOME/Projects/go/bin:$PATH # Completion for the review command. See: https://github.com/mssola/review source $HOME/.review_completion.sh |
