mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
theme(huvix): remove extra {} from executiontime template
This commit is contained in:
parent
83c1af63b4
commit
053e1ab6aa
|
@ -48,7 +48,7 @@
|
||||||
"threshold": 100
|
"threshold": 100
|
||||||
},
|
},
|
||||||
"style": "powerline",
|
"style": "powerline",
|
||||||
"template": "{{{ .FormattedMs }}}",
|
"template": "{{ .FormattedMs }}",
|
||||||
"type": "executiontime"
|
"type": "executiontime"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue