mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
parent
1f283051d2
commit
d4d6710fab
|
@ -51,6 +51,7 @@ func (oi *Os) Enabled() bool {
|
||||||
func (oi *Os) getDistroIcon(distro string) string {
|
func (oi *Os) getDistroIcon(distro string) string {
|
||||||
iconMap := map[string]string{
|
iconMap := map[string]string{
|
||||||
"alma": "\uF31D",
|
"alma": "\uF31D",
|
||||||
|
"almalinux9": "\uF31D",
|
||||||
"alpine": "\uF300",
|
"alpine": "\uF300",
|
||||||
"aosc": "\uF301",
|
"aosc": "\uF301",
|
||||||
"arch": "\uF303",
|
"arch": "\uF303",
|
||||||
|
|
Loading…
Reference in a new issue