Mercurial > hg > config
diff .bashrc @ 894:47d50c70ec04
no insert on home computer
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 06 Jul 2021 08:29:05 -0700 |
parents | 79b52aec477e |
children | 390dccbc8d83 |
line wrap: on
line diff
--- a/.bashrc Wed Jun 02 07:35:23 2021 -0700 +++ b/.bashrc Tue Jul 06 08:29:05 2021 -0700 @@ -646,6 +646,10 @@ eval $(awk 'NR != 1 { print "export", toupper($1) "=" $3 }' ~/.aws/credentials) fi +if type -P xmodmap >> /dev/null && [[ -e "${HOME}/capslock" ]] +then + xmodmap "${HOME}/capslock" +fi ### regenerate fluxbox menus here for convenience MENU=~/web/site/programs.html