mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
docs(executiontime): add always_enabled to example
This commit is contained in:
parent
f126212fbc
commit
a973a75604
|
@ -25,7 +25,8 @@ import Config from '@site/src/components/Config.js';
|
||||||
"template": " <#fefefe>\ueba2</> {{ .FormattedMs }} ",
|
"template": " <#fefefe>\ueba2</> {{ .FormattedMs }} ",
|
||||||
"properties": {
|
"properties": {
|
||||||
"threshold": 500,
|
"threshold": 500,
|
||||||
"style": "austin"
|
"style": "austin",
|
||||||
|
"always_enabled": true
|
||||||
}
|
}
|
||||||
}}/>
|
}}/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue