From 827f3b7bb4b8de0df301c1816e0039b097f62d6c Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Thu, 15 Jan 2026 22:31:26 -0500 Subject: update ashrc --- .ashrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.ashrc b/.ashrc index 4ea8882..dfc1c7d 100644 --- a/.ashrc +++ b/.ashrc @@ -22,5 +22,9 @@ alias parallel=parallel-moreutils alias s6-rclocal='s6-rc -l "$XDG_RUNTIME_DIR"/s6-rc' s6less() { - s6-tai64nlocal < ~/.local/state/s6/logs/"$1"/current | less -R + s6-tai64nlocal <~/.local/state/s6/logs/"$1"/current | less -R +} + +s6tail() { + tail -n +1 -F ~/.local/state/s6/logs/"$1"/current | s6-tai64nlocal } -- cgit v1.2.3