Closed tmpm697 closed 4 years ago
Yes, it should be possible to make vcs_info
asynchronous:
https://vincent.bernat.ch/en/blog/2019-zsh-async-vcs-info
Solved in commit ddb97d3ae39901140c2b15aad8357877d9490a12. :neckbeard: Thanks for suggesting this. :+1:
https://github.com/sunaku/home/blob/68c5c638df4857f0d09a2c93f744655b6ee389e1/.zsh/config/prompt.zsh#L35
Sorin promt from prezto use async to do git and it faster than your config (~0.01 - 0.03s), Is there a way to mitigrate your current setup to use async?