mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
feat(os): add default symbol for EndeavourOS
This commit is contained in:
parent
2686a802a3
commit
1098aa92f8
|
@ -63,6 +63,7 @@ func (oi *Os) getDistroIcon(distro string) string {
|
|||
"deepin": "\uF321",
|
||||
"devuan": "\uF307",
|
||||
"elementary": "\uF309",
|
||||
"endeavouros": "\uF322",
|
||||
"fedora": "\uF30a",
|
||||
"gentoo": "\uF30d",
|
||||
"mageia": "\uF310",
|
||||
|
|
|
@ -44,6 +44,7 @@ import Config from '@site/src/components/Config.js';
|
|||
| `deepin` | `string` | `\uF321` | the icon to use for deepin |
|
||||
| `devuan` | `string` | `\uF307` | the icon to use for Devuan GNU+Linux |
|
||||
| `elementary` | `string` | `\uF309` | the icon to use for elementary OS |
|
||||
| `endeavouros` | `string` | `\uF322` | the icon to use for EndeavourOS |
|
||||
| `fedora` | `string` | `\uF30a` | the icon to use for Fedora |
|
||||
| `gentoo` | `string` | `\uF30d` | the icon to use for Gentoo Linux |
|
||||
| `mageia` | `string` | `\uF310` | the icon to use for Mageia |
|
||||
|
|
Loading…
Reference in a new issue