X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/cbc416cb2f46af1516bd8e084678c35e30edfe8b..7dd48bb77afddcd296bc0a77d01cf159e247ef3b:/zsh/lib/motd.zsh?ds=inline diff --git a/zsh/lib/motd.zsh b/zsh/lib/motd.zsh index 64c9324..c115506 100644 --- a/zsh/lib/motd.zsh +++ b/zsh/lib/motd.zsh @@ -28,7 +28,7 @@ fi if (( $+commands[systemctl] )); then if (( $(systemctl show -P NFailedUnits) )); then - systemctl list-units -q --failed + systemctl --no-pager list-units -q --failed fi fi