From 2a3f074aa2404b50b43073eb5a684706a2a96966 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 14 Mar 2022 22:04:05 -0400 Subject: sys: add info line --- sys | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys b/sys index 27be7fd..3ca7ba5 100755 --- a/sys +++ b/sys @@ -6,5 +6,7 @@ systemctl "$@" list-unit-files \ | fzf \ --preview="systemctl $@ status {}" \ --preview-window "bottom,follow" \ + --header-first \ + --header="alt-1: status, alt-2: logs" \ --bind "alt-1:change-preview:systemctl $@ status {}" \ --bind "alt-2:change-preview:journalctl $@ -fu {}" -- cgit v1.2.3