diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2026-01-15 22:31:26 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2026-01-15 22:31:26 -0500 |
| commit | 827f3b7bb4b8de0df301c1816e0039b097f62d6c (patch) | |
| tree | afe0da188f1a2006381e32a47fdbfe8403f49209 /.ashrc | |
| parent | 9a51a080b0d70e3f907c13014ea6d6911f48b09d (diff) | |
update ashrc
Diffstat (limited to '.ashrc')
| -rw-r--r-- | .ashrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 } |
