summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2021-12-06 15:02:31 +0100
committerMarc Vertes <mvertes@free.fr>2021-12-06 15:02:31 +0100
commite589eff80a403bfe7831c040fe55a6bcf5ba038b (patch)
tree8f13510610ce0a7020a141145c262cfec5b8367a /.profile
parent0b89577b1e7c46986bed003033d677f2d1ebf9cb (diff)
update
Diffstat (limited to '.profile')
-rw-r--r--.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/.profile b/.profile
index acb8299..cb09e87 100644
--- a/.profile
+++ b/.profile
@@ -5,6 +5,6 @@ PATH=~/bin:$PATH:~/go/bin
[ "${SHELL##*/}" = bash ] && . ~/.bashrc
# Last action: auto start X11 when logged on first console
-#case $HOSTNAME in
-#([sS]wift|yoda) [ "$(tty)" != /dev/tty1 ] || exec startx ;;
-#esac
+case $HOSTNAME in
+([sS]wift|yoda) [ "$(tty)" != /dev/tty1 ] || exec startx ;;
+esac