diff options
Diffstat (limited to 'sys')
-rwxr-xr-x | sys | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 {}" |