Don't show systemd status on non-Linux systems

bladee.bsky.social 79dc3a30 6628211d

verified
Changed files
+2
dot_config
private_fish
functions
+2
dot_config/private_fish/functions/fish_greeting.fish
···
function fish_greeting
+
{{- if eq .chezmoi.os "linux" }}
systemctl --user list-units --quiet --state=failed
+
{{- end }}
end