Performance issues with macOS and Oh My Zsh #5652
Unanswered
RockyMM
asked this question in
Troubleshoot
Replies: 1 comment
-
@RockyMM yup, that's definitely not supported as that doesn't export the shell script alone, but the additional logs. It's definitely not normal, and I know we don't have anything internal that can block for such a long time. Debug seems to show the same. Does the issue also persist with only using oh-my-posh? By which I mean, remove everything but |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Code of Conduct
What happened?
So several things are wrong with my installation.
I installed oh-my-posh from homebrew. I also have oh-my-zsh enabled with several plugins. I use it from iTerm2.
The most important thing is that after issuing:
eval "$(oh-my-posh init zsh)"
, either from.zshrc
or from the terminal, I see major performance problems. It only takes to press Enter 10 or so times when the terminal gets laggy. Each command makes it even more laggy.Interestingly, when I issue
oh-my-posh debug zsh
the issue goes back to initial state, as if I just evaluatedoh-my-posh init zsh
.Also, when I issue
eval "$(oh-my-posh init zsh --debug)"
I get
Theme
I used defaults
What OS are you seeing the problem on?
macOS
Which shell are you using?
zsh
Log output
Beta Was this translation helpful? Give feedback.
All reactions