diff options
| -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 |
