-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instant prompt works but it takes time to have everything ready #2291
Comments
For the icon, see https://github.com/romkatv/powerlevel10k#icons-glyphs-or-powerline-symbols-dont-render. You can figure out what takes a lot of time to load by disabling parts of your .zshrc one by one. Common culprits include nvm, pyenv and various |
Edit: @romkatv is a smart man and has already accounted for the breaking change. Running
# typeset -g POWERLEVEL9K_{element_name}_VISUAL_IDENTIFIER_EXPANSION='⭐'
# For example package.json element:
typeset -g POWERLEVEL9K_PACKAGE_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
Have you changed your terminal font? If so, run |
Edit: make sure you are on the latest version of powerlevel10k before running |
So, I have no problems with instant prompt it works fine.
I just realized fairly recently that it takes time for everything to be ready, it takes a couple seconds to have auto complete and the rest of the prompt.
I don't think that it's related but I also see that the logo next to the battery percentage cannot be rendered and I just have the following:
I don't think it's related but since it appeared at the same time as it started taking time for everything to start, I cannot exclude the possibility that these are related or are caused by the same issue.
The text was updated successfully, but these errors were encountered: