disable hot reload #1950
naftali100
started this conversation in
General
Replies: 1 comment 1 reply
|
That is intentional yes. It needs to get stored anyways regardless as oh-my-posh starts, renders the prompt and stops, meaning it always requires a read. There's no real measurable overhead involved, trying to fix this will not necessarily result in a performance gain.. |
1 reply
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.
i noticed that when i edit the config file next time the theme rendered the changes take effect even without reloading the shell.
this mean that the file is being read every time...
it seem a bit redundant...
Is it intentional?
is there a way to disable this reload?
All reactions