summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile5
1 files changed, 3 insertions, 2 deletions
diff --git a/.profile b/.profile
index 0971b3d..ff554d1 100644
--- a/.profile
+++ b/.profile
@@ -6,9 +6,10 @@ export LD_LIBRARY_PATH=~/mu/lib64:~/mu/lib
[ "${SHELL##*/}" = bash ] && . ~/.bashrc
+tabs -4
+
# Last action: auto start X11 when logged on first console
#case $HOSTNAME in
#([sS]wift|yoda) [ "$(tty)" != /dev/tty1 ] || exec startx ;;
#esac
-
-tabs -4
+[ "$(tty)" != /dev/tty1 ] || exec startx