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