shell-things/rc/profile

5 lines
179 B
Plaintext
Raw Normal View History

2015-03-31 16:39:17 +02:00
if [ -f ~/.$(echo $SHELL|cut -d/ -f3)rc ] && [ x$DISPLAY != x ]; then
2015-03-28 17:36:06 +01:00
source ~/.$(echo $SHELL|cut -d/ -f3)rc
fi
2015-03-28 17:59:02 +01:00
setxkbmap -option compose:lwin -option terminate:ctrl_alt_bksp