shell-things/rc/profile
2015-03-31 17:39:17 +03:00

5 lines
179 B
Bash

if [ -f ~/.$(echo $SHELL|cut -d/ -f3)rc ] && [ x$DISPLAY != x ]; then
source ~/.$(echo $SHELL|cut -d/ -f3)rc
fi
setxkbmap -option compose:lwin -option terminate:ctrl_alt_bksp