aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
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