summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 405befe..29b759c 100644
--- a/.profile
+++ b/.profile
@@ -59,4 +59,4 @@ n() { mshow .+1 | templess; }
59[ -f $HOME/.ssh/sessions ] && . $HOME/.ssh/sessions 59[ -f $HOME/.ssh/sessions ] && . $HOME/.ssh/sessions
60 60
61# startx if in tty1 61# startx if in tty1
62[ "$(tty)" = "/dev/tty1" ] && startx 62[ "$(tty)" = "/dev/tty1" ] && \rm -f .serverauth.* && startx

Generated with cgit - Back to sebastiano.tronto.net