oh-my-posh: add execution time display

This commit is contained in:
John Bowdre 2023-03-28 21:04:10 -05:00
parent d3c18bc1c0
commit a9e509722a

View file

@ -4,6 +4,16 @@
{
"alignment": "right",
"segments": [
{
"foreground": "#9f8e38",
"style": "plain",
"template": "[{{ .FormattedMs }}] ",
"type": "executiontime",
"properties": {
"threshold": 500,
"style": "round"
}
},
{
"foreground": "#4fb6c3",
"style": "plain",