summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-09 08:55:43 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-09 08:55:43 +0200
commit0eac86dfcae2a3573e1927fdda1d7511066e35d1 (patch)
tree77a0fff005538a2f4f0976192328731f2e938385 /.profile
parenteab881371ec50be845af8962ca40a9c5a97a2da4 (diff)
downloadconfig-0eac86dfcae2a3573e1927fdda1d7511066e35d1.tar.gz
config-0eac86dfcae2a3573e1927fdda1d7511066e35d1.zip
startx if in tty1
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