Skip to content

Commit

Permalink
fix(config): update default to use STATUS segment
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Dec 1, 2023
1 parent 74da88f commit aed0c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ func defaultConfig(env platform.Environment, warning bool) *Config {
Template: " \uf0e7 ",
},
{
Type: EXIT,
Type: STATUS,
Style: Diamond,
LeadingDiamond: "<transparent,background>\ue0b0</>",
TrailingDiamond: "\ue0b4",
Expand Down

0 comments on commit aed0c4f

Please sign in to comment.