aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-21 23:16:02 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-21 23:16:02 +1200
commit075c3fb2b3f2d75886e9cffeb13d3d9353978fa3 (patch)
treefd04e05932641be278342a722d2db3467ee21932 /sh
parentStyle tweaks to profile.d subscripts (diff)
downloaddotfiles-075c3fb2b3f2d75886e9cffeb13d3d9353978fa3.tar.gz
dotfiles-075c3fb2b3f2d75886e9cffeb13d3d9353978fa3.zip
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
Diffstat (limited to 'sh')
-rw-r--r--sh/profile.d/go.sh6
1 files changed, 0 insertions, 6 deletions
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