mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
fix(os): add 'almalinux' to the icon map
This commit is contained in:
parent
3ed0a62ec0
commit
dadbb28822
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue