aboutsummaryrefslogtreecommitdiff
path: root/shell/misc
diff options
context:
space:
mode:
Diffstat (limited to 'shell/misc')
-rw-r--r--shell/misc9
1 files changed, 0 insertions, 9 deletions
diff --git a/shell/misc b/shell/misc
index c589f10..3cdabeb 100644
--- a/shell/misc
+++ b/shell/misc
@@ -1,13 +1,4 @@
-set_go() {
- export GOPATH="${GOPATH:-$HOME/go}"
- export PATH="$GOPATH/bin:$PATH"
-
- _gobin="/usr/local/go/bin"
- if [ -e "$_gobin" ] ; then
- export PATH="$_gobin:$PATH"
- fi
-}
pkg_switch_branch() {
_f="/etc/pkg/FreeBSD.conf"
cp $_f ${_f}.orig