diff options
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
