dracula / zsh

🧛🏻‍♂️ Dark theme for ZSH
https://draculatheme.com/zsh
MIT License
267 stars 70 forks source link

Async support #10

Closed avalonwilliams closed 5 years ago

avalonwilliams commented 5 years ago

Implement async prompt support.

avalonwilliams commented 5 years ago

The git prompt is now async due to 7c58e377df5a44263554b04d21280eb1b9745525

lukasjuhrich commented 4 years ago

Note however that making the git prompt async might not be a good idea because the git status commands lock the index. If that git status takes a while, this can cause the git command you actually typed to fail because it cannot access the index.

avalonwilliams commented 4 years ago

@lukasjuhrich thanks for the insight! I will try and figure out a way to resolve this, in the meantime, I have opened an issue (#12)