summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-10-04 11:19:09 +0200
committerMarc Vertes <mvertes@free.fr>2020-10-04 11:19:09 +0200
commit60a71e503da5a93d6fc362a096ce12ff58124653 (patch)
treedbd8c9caac4e10358846d1a2504495c0865af599 /.profile
parent42c709e21c6e7e4a2276128eee9743a43a174998 (diff)
update
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