Fix profile

Closes #70
This commit is contained in:
Aminda Suomalainen 2015-03-31 17:39:17 +03:00
parent b88b3de6d2
commit a635bb026f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
if [ -f ~/.$(echo $SHELL|cut -d/ -f3)rc ]; then
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