Don't show systemd status on non-Linux systems
bladee.bsky.social 6 months ago 79dc3a30 6628211d
··· 1 function fish_greeting 0 2 systemctl --user list-units --quiet --state=failed 0 3 end
··· 1 function fish_greeting 2 + {{- if eq .chezmoi.os "linux" }} 3 systemctl --user list-units --quiet --state=failed 4 + {{- end }} 5 end