You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attached is a video that shows the difference in when the prompt shows up for p10k and oh-my-posh. The first run is the p10k version. Notice how the pixels for ~/code don't move for the p10k version. I used the most minimal version I could of my oh-my-posh .zshrc. I used my full p10k .zshrc with more things loaded and it still looks faster. I think the difference here is that p10k uses instant prompt.
However, I see a PR that was merged here that related to instant prompt. #6427
I tried turning on streaming and async, but those didn't help. I commented out
[[blocks.segments]]
type = 'git'
style = 'plain'
foreground = 'p:grey'
background = 'transparent'
template = ' {{ .HEAD }}{{ if or (.Working.Changed) (.Staging.Changed) }}*{{ end }} <cyan>{{ if gt .Behind 0 }}⇣{{ end }}{{ if gt .Ahead 0 }}⇡{{ end }}</>'
[blocks.segments.properties]
branch_icon = ''
commit_icon = '@'
fetch_status = true
but that didn't help either. Nothing I did could get it to look as fast as p10k.
Code of Conduct
What would you like to see changed?
poshdelay.mp4
Attached is a video that shows the difference in when the prompt shows up for p10k and oh-my-posh. The first run is the p10k version. Notice how the pixels for
~/codedon't move for the p10k version. I used the most minimal version I could of my oh-my-posh .zshrc. I used my full p10k .zshrc with more things loaded and it still looks faster. I think the difference here is that p10k uses instant prompt.However, I see a PR that was merged here that related to instant prompt. #6427
I tried turning on streaming and async, but those didn't help. I commented out
but that didn't help either. Nothing I did could get it to look as fast as p10k.
zen.toml
.zshrc (posh version)