From ef32240638c70067576c6e5c45b0c3bda60aea2d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 1 May 2015 09:58:51 +0300 Subject: [PATCH] rc/profile: uncomment broken if for now --- rc/profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rc/profile b/rc/profile index 6934f2ab..b05abb38 100644 --- a/rc/profile +++ b/rc/profile @@ -1,4 +1,4 @@ -if [ -f ~/.$(echo $SHELL|cut -d/ -f3)rc ] && [ x$DISPLAY != x ]; then - source ~/.$(echo $SHELL|cut -d/ -f3)rc -fi +#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