shell-things/rc/profile

5 lines
197 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 -option nbsp:none