summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rwxr-xr-xsys2
1 files changed, 2 insertions, 0 deletions
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 {}"