Skip to content

Commit

Permalink
fix(os): add 'almalinux' to the icon map
Browse files Browse the repository at this point in the history
  • Loading branch information
BPplays authored and JanDeDobbeleer committed Oct 17, 2023
1 parent d7a780d commit f5dff62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/segments/os.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f5dff62

Please sign in to comment.