mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
fix: added spacing before os icon in craver theme
This commit is contained in:
parent
805c5a142d
commit
5553900140
|
@ -17,7 +17,7 @@
|
||||||
"foreground": "#3A86FF",
|
"foreground": "#3A86FF",
|
||||||
"leading_diamond": " ",
|
"leading_diamond": " ",
|
||||||
"style": "diamond",
|
"style": "diamond",
|
||||||
"template": "{{ if .WSL }}WSL at {{ end }}{{.Icon}} ",
|
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} ",
|
||||||
"type": "os"
|
"type": "os"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue