From dadbb288223505e203f57e5efb84517e93965ddf Mon Sep 17 00:00:00 2001 From: BPplays Date: Mon, 16 Oct 2023 07:32:04 -0700 Subject: [PATCH] fix(os): add 'almalinux' to the icon map --- src/segments/os.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/segments/os.go b/src/segments/os.go index 11249501..5fd16e0f 100644 --- a/src/segments/os.go +++ b/src/segments/os.go @@ -51,6 +51,7 @@ func (oi *Os) Enabled() bool { func (oi *Os) getDistroIcon(distro string) string { iconMap := map[string]string{ "alma": "\uF31D", + "almalinux": "\uF31D", "almalinux9": "\uF31D", "alpine": "\uF300", "aosc": "\uF301",