From 3f960980b1a6b71394c94a018d9953bcf9adb60c Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sun, 4 Oct 2020 11:19:09 +0200 Subject: update --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') 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 -- cgit v1.2.3