pager: fix systemd not using correct pager
This commit is contained in:
parent
da3e1b132b
commit
ad581a434a
2 changed files with 2 additions and 7 deletions
|
@ -22,13 +22,6 @@ 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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue