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