summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.profile b/.profile
index 1037781..67f84e9 100644
--- a/.profile
+++ b/.profile
@@ -52,3 +52,6 @@ n() { mshow .+1 | templess; }
52 52
53# Session cookies are kept in .ssh 53# Session cookies are kept in .ssh
54[ -f $HOME/.ssh/sessions ] && . $HOME/.ssh/sessions 54[ -f $HOME/.ssh/sessions ] && . $HOME/.ssh/sessions
55
56# startx if in tty1
57[ "$(tty)" = "/dev/tty1" ] && startx

Generated with cgit - Back to sebastiano.tronto.net