From a9e509722a91c657b394f558de584f82b7b0d325 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 28 Mar 2023 21:04:10 -0500 Subject: [PATCH] oh-my-posh: add execution time display --- oh-my-posh/vpotato.minimal.omp.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/oh-my-posh/vpotato.minimal.omp.json b/oh-my-posh/vpotato.minimal.omp.json index 2d3b954..9141446 100644 --- a/oh-my-posh/vpotato.minimal.omp.json +++ b/oh-my-posh/vpotato.minimal.omp.json @@ -4,6 +4,16 @@ { "alignment": "right", "segments": [ + { + "foreground": "#9f8e38", + "style": "plain", + "template": "[{{ .FormattedMs }}] ", + "type": "executiontime", + "properties": { + "threshold": 500, + "style": "round" + } + }, { "foreground": "#4fb6c3", "style": "plain",