Include GOPATH environment variable

main
Buddy Sandidge 12 years ago
parent 018e696b33
commit 880c651ade

@ -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

Loading…
Cancel
Save