|
|
@ -5,6 +5,9 @@ if [[ -x `which setxkbmap` ]]; then
|
|
|
|
setxkbmap -option ctrl:nocaps
|
|
|
|
setxkbmap -option ctrl:nocaps
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Go package info
|
|
|
|
|
|
|
|
export GOPATH=$HOME/opt/go
|
|
|
|
|
|
|
|
|
|
|
|
# don't put duplicate lines in the history. See bash(1) for more options
|
|
|
|
# don't put duplicate lines in the history. See bash(1) for more options
|
|
|
|
# ... or force ignoredups and ignorespace
|
|
|
|
# ... or force ignoredups and ignorespace
|
|
|
|
HISTCONTROL=ignoredups:ignorespace
|
|
|
|
HISTCONTROL=ignoredups:ignorespace
|
|
|
|