aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-07-02 11:45:40 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2014-07-02 11:45:40 +0200
commit42324361b747ed429522d812c6b4b2434a98772f (patch)
treea99dae9b61325da07c30954b1c32cec084df5947 /bashrc
parentf9821c4344e05b7ede27861d37450a98a5cadd66 (diff)
downloaddotfiles-42324361b747ed429522d812c6b4b2434a98772f.tar.gz
dotfiles-42324361b747ed429522d812c6b4b2434a98772f.zip
bashrc: the Go repo doesn't have the bash completion file anymore.
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/bashrc b/bashrc
index 0e9076a..ab82a35 100644
--- a/bashrc
+++ b/bashrc
@@ -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