commit d61e1a23199a9d549f52f9be1a8a07fe1fb212e8
parent 97cbb7065352384f98633afa467964de8c08e5b3
Author: Chris Bracken <chris@bracken.jp>
Date: Fri, 7 Aug 2015 12:40:42 -0700
Remove GOROOT/bin, GOPATH/bin from PATH.
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/.paths b/.paths
@@ -20,10 +20,6 @@ path_append() {
fi
}
-# Go development
-path_prepend "$GOROOT/bin"
-path_prepend "$GOPATH/bin"
-
# Chromium and Dart development
path_prepend "$HOME/.pub-cache/bin"
path_prepend "$HOME/src/depot_tools"