shorten journal output
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 28s

This commit is contained in:
Satria 2026-05-13 15:18:29 +07:00
commit 7791a23590

View file

@ -37,9 +37,9 @@
"cd" = "z";
"sys" = "sudo systemctl --runtime";
"sys-log" = "journalctl -f -b -u";
"sys-log" = "journalctl -o cat -f -b -u";
"user" = "systemctl --user --runtime";
"user-log" = "journalctl -f -b --user-unit";
"user-log" = "journalctl -o cat -f -b --user-unit";
"ts" = "sudo tailscale";
"tsip" = "tailscale ip -4";