mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
fix(config): update default to use STATUS segment
This commit is contained in:
parent
74da88f99c
commit
aed0c4f6d1
|
@ -404,7 +404,7 @@ func defaultConfig(env platform.Environment, warning bool) *Config {
|
||||||
Template: " \uf0e7 ",
|
Template: " \uf0e7 ",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Type: EXIT,
|
Type: STATUS,
|
||||||
Style: Diamond,
|
Style: Diamond,
|
||||||
LeadingDiamond: "<transparent,background>\ue0b0</>",
|
LeadingDiamond: "<transparent,background>\ue0b0</>",
|
||||||
TrailingDiamond: "\ue0b4",
|
TrailingDiamond: "\ue0b4",
|
||||||
|
|
Loading…
Reference in a new issue