diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-07-02 11:45:40 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-07-02 11:45:40 +0200 |
| commit | 42324361b747ed429522d812c6b4b2434a98772f (patch) | |
| tree | a99dae9b61325da07c30954b1c32cec084df5947 | |
| parent | f9821c4344e05b7ede27861d37450a98a5cadd66 (diff) | |
| download | dotfiles-42324361b747ed429522d812c6b4b2434a98772f.tar.gz dotfiles-42324361b747ed429522d812c6b4b2434a98772f.zip | |
bashrc: the Go repo doesn't have the bash completion file anymore.
| -rw-r--r-- | bashrc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -74,11 +74,6 @@ export GOROOT=$HOME/Projects/go export GOPATH=$HOME/Projects/golang export PATH=$HOME/Projects/golang/bin:$HOME/Projects/go/bin:$PATH -# If Go exists in the system, bring its bash completion in. -if [ -d "$GOROOT" ]; then - source "$GOROOT/misc/bash/go" -fi - # The Review utility. See: https://github.com/mssola/review export PATH=/opt/review:$PATH source $HOME/.review_completion.sh |
