From 42324361b747ed429522d812c6b4b2434a98772f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Wed, 2 Jul 2014 11:45:40 +0200 Subject: bashrc: the Go repo doesn't have the bash completion file anymore. --- bashrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bashrc') 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 -- cgit v1.2.3