mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-26 03:24:04 -08:00
fix(env): set correct default version
This commit is contained in:
parent
fa68c13159
commit
fc55b5c463
|
@ -234,7 +234,7 @@ func escapeGlyphs(s string) string {
|
|||
|
||||
func defaultConfig() *Config {
|
||||
cfg := &Config{
|
||||
Version: 1,
|
||||
Version: 2,
|
||||
FinalSpace: true,
|
||||
Blocks: []*Block{
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue