Replies: 2 comments 6 replies
|
Not possible as far as I can see. |
6 replies
|
You can start a new shell without loading your profile with # ..
if (-not $env:DISABLE_OMP) {
oh-my-posh init etc etc
} |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I set
GODEBUG=inittrace=1I'm starting getting traces from oh-my-posh. I'm interested in traces from my stuff instead, so I would like to temporarily disable oh-my-posh and then re-enable it afterwards. How do I do that?All reactions