From fb8600cbe61adf672cb962b794385623e3a81955 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Tue, 25 Jan 2022 13:55:33 +0100 Subject: [PATCH] config/shell/functions: document journalctl shortcuts --- .config/shell/functions | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/shell/functions b/.config/shell/functions index c4472db..416d6d9 100644 --- a/.config/shell/functions +++ b/.config/shell/functions @@ -158,11 +158,11 @@ scb() { } alias jch='sudo SYSTEMD_LESS=FRKi journalctl --no-hostname' -alias jcl='jch --boot --lines 20' -alias jce='jch --pager-end' -alias jce='jch --follow' -alias jc='jcl --unit' -alias jcj='jcl -o json-pretty -u' +alias jcl='jch --boot --lines 15' # list - quick overview +alias jce='jch --pager-end' # end - all logs +alias jcf='jch --follow' # follow - monitor logs +alias jc='jcl --unit' # list unit - quick overview +alias jcj='jce -o json-pretty --unit' # JSON View # Applications {{{1