From 075c3fb2b3f2d75886e9cffeb13d3d9353978fa3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Aug 2016 23:16:02 +1200 Subject: Stop versioning go.sh Pretty simple script, and only in active use on one of my systems at the moment anyway; just cluttering environment otherwise --- sh/profile.d/go.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 sh/profile.d/go.sh (limited to 'sh/profile.d') diff --git a/sh/profile.d/go.sh b/sh/profile.d/go.sh deleted file mode 100644 index 35a4a803..00000000 --- a/sh/profile.d/go.sh +++ /dev/null @@ -1,6 +0,0 @@ -# Define path for Go code to be installed -GOPATH=$HOME/.local/gocode -export GOPATH - -# Prepend GOPATH to PATH for the executables if it exists -[ -d "$GOPATH"/bin ] && PATH=$GOPATH/bin:$PATH -- cgit v1.2.3