How do I enable execution time segment? #3941
|
PowerShell: 7.3.4 Hello. I'm trying to get the execution time segment working, but it won't show up. I'm using the default config
Unfortunately, there are no examples provided on how to pass this argument to oh-my-posh. oh-my-posh.exe says |
Replies: 1 comment 1 reply
|
@AHandless that's not necessary, the docs are outdated there (by about 2 years so it's weird nobody noticed before). The default config isn't To enable this you'll need to export the config to a local file, edit it by adding the See here. |
@AHandless that's not necessary, the docs are outdated there (by about 2 years so it's weird nobody noticed before). The default config isn't
jandedobbeleer.omp.jsonunless you specified that one using the--configflag.To enable this you'll need to export the config to a local file, edit it by adding the
executiontimesegment and reference you local config using the local file with the--configflag.See here.