summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-07-04 21:20:59 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-07-04 21:36:30 +0200
commitbbb1de5abb5ba94dd0d29d7175f86e6f6d6d188f (patch)
tree54965cb0500af2125a72a624843b50aaf755742b
parentb1c07b2d860c5c0a2e42d35c299716bf77afab21 (diff)
downloadconfig-bbb1de5abb5ba94dd0d29d7175f86e6f6d6d188f.tar.gz
config-bbb1de5abb5ba94dd0d29d7175f86e6f6d6d188f.zip
Remove useless leftover .serverauth files
-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