From a635bb026f3908756c8639c9cb60c8089bf18f70 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 31 Mar 2015 17:39:17 +0300 Subject: [PATCH] Fix profile Closes #70 --- rc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/profile b/rc/profile index 5231533c..619e1b50 100644 --- a/rc/profile +++ b/rc/profile @@ -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