mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 20:39:40 -08:00
parent
c8fb6322eb
commit
3bc9e83814
|
@ -126,7 +126,7 @@ func (oi *Os) getDistroIcon(distro string) string {
|
|||
return oi.props.GetString(Mint, "\uF30e")
|
||||
case "nixos":
|
||||
return oi.props.GetString(Nixos, "\uF313")
|
||||
case "opensuse":
|
||||
case "opensuse", "opensuse-tumbleweed":
|
||||
return oi.props.GetString(Opensuse, "\uF314")
|
||||
case "redhat":
|
||||
return oi.props.GetString(Redhat, "\uF316")
|
||||
|
|
Loading…
Reference in a new issue