summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-06-01 22:21:53 +0200
committerMarc Vertes <mvertes@free.fr>2020-06-01 22:21:53 +0200
commitcba107592ce68c71975328c0a80943b2f8127423 (patch)
tree409fda5daa8e69d6c81b5d4b773a93a596dee498 /.profile
parent39bcc0e9bf2b655849024ba28676145e794f538d (diff)
parentd5aa393bc951a7609aab3c3c22c473a9637ea983 (diff)
Merge bip.im:dotfiles
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 0db42b4..3a407f5 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) [ "$(tty)" != /dev/tty1 ] || exec startx ;;
+(swift|yoda) [ "$(tty)" != /dev/tty1 ] || exec startx ;;
esac