|
|
@ -2,7 +2,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
# Disable capslock
|
|
|
|
# Disable capslock
|
|
|
|
if [[ -x `which setxkbmap` ]]; then
|
|
|
|
if [[ -x `which setxkbmap` ]]; then
|
|
|
|
setxkbmap -option ctrl:nocaps
|
|
|
|
if [[ `uname` == 'Linux' ]]; then
|
|
|
|
|
|
|
|
setxkbmap -option ctrl:nocaps
|
|
|
|
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# Go package info
|
|
|
|
# Go package info
|
|
|
@ -51,6 +53,7 @@ _add-path ~/bin
|
|
|
|
_add-path ~/code/cli/bin
|
|
|
|
_add-path ~/code/cli/bin
|
|
|
|
_add-path ~/code/ci/phpunit-git-deploy/bin
|
|
|
|
_add-path ~/code/ci/phpunit-git-deploy/bin
|
|
|
|
_add-path ~/.bin
|
|
|
|
_add-path ~/.bin
|
|
|
|
|
|
|
|
_add-path $HOME/Library/Haskell/bin
|
|
|
|
|
|
|
|
|
|
|
|
if [[ `uname` == 'Darwin' ]]; then
|
|
|
|
if [[ `uname` == 'Darwin' ]]; then
|
|
|
|
export BS_OS='osx'
|
|
|
|
export BS_OS='osx'
|
|
|
|