systemd: use kak-pager

This commit is contained in:
Leonardo Eugênio 2023-02-25 20:27:07 -03:00
parent 1370ee664b
commit 9ecae78687

View file

@ -22,6 +22,13 @@ in {
set_color normal
bind \cy 'commandline | wl-copy -n'
function systemctl --wraps systemctl
env SYSTEMD_COLORS=1 systemctl $argv | kak-pager
end
function journalctl --wraps journalctl
env SYSTEMD_COLORS=1 journalctl $argv | kak-pager
end
'';
shellAliases = {
rm = "trash";