From 850e2829f7cd3b3a1dab930dbada27b4a49c172b Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sat, 4 Mar 2017 22:09:44 -0800 Subject: [PATCH] change gopath --- bash/environment | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bash/environment b/bash/environment index 90de624..6905ed4 100644 --- a/bash/environment +++ b/bash/environment @@ -7,9 +7,6 @@ if [[ -x `which setxkbmap` ]]; then fi fi -# Go package info -export GOPATH=$HOME/opt/go - # don't put duplicate lines in the history. See bash(1) for more options # ... or force ignoredups and ignorespace export HISTCONTROL=ignoredups:erasedups:ignorespace @@ -45,7 +42,7 @@ function _add-path { } _add-path ~/.cargo/bin -_add-path ~/opt/go/bin +_add-path ~/go/bin _add-path /var/lib/gems/1.8/bin _add-path /Library/Frameworks/Python.framework/Versions/2.7/bin _add-path ~/Library/Python/2.7/bin