From 880c651adee8fdee235b9ffd1021442bcd6a054a Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sun, 13 Jan 2013 16:24:13 -0800 Subject: [PATCH] Include GOPATH environment variable --- bash/environment | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/environment b/bash/environment index 23332e6..3f48a28 100644 --- a/bash/environment +++ b/bash/environment @@ -5,6 +5,9 @@ if [[ -x `which setxkbmap` ]]; then setxkbmap -option ctrl:nocaps 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 HISTCONTROL=ignoredups:ignorespace