summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 3a407f5..cb09e87 100644
--- a/.profile
+++ b/.profile
@@ -6,5 +6,5 @@ PATH=~/bin:$PATH:~/go/bin
# Last action: auto start X11 when logged on first console
case $HOSTNAME in
-(swift|yoda) [ "$(tty)" != /dev/tty1 ] || exec startx ;;
+([sS]wift|yoda) [ "$(tty)" != /dev/tty1 ] || exec startx ;;
esac