mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-26 18:41:52 -08:00
theme(atomic): use actual characters for OS
This commit is contained in:
parent
2ec6b085fd
commit
c13a5c8df8
|
@ -205,9 +205,9 @@
|
|||
"foreground": "#222222",
|
||||
"leading_diamond": "\ue0b6",
|
||||
"properties": {
|
||||
"linux": "\ue27f",
|
||||
"macos": "\ue27f",
|
||||
"windows": "\ue27f"
|
||||
"linux": "\ue712",
|
||||
"macos": "\ue711",
|
||||
"windows": "\ue70f"
|
||||
},
|
||||
"style": "diamond",
|
||||
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}}<#262626> \ue0b2</>",
|
||||
|
|
Loading…
Reference in a new issue