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
commit3f960980b1a6b71394c94a018d9953bcf9adb60c (patch)
treecc19aef3928f33d938f1446b5c40f957b7d54bea /.profile
parent0d0b8b33a49f1775e8a2bd9b9bdbeb6fc63cc53b (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