dracula / zsh

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

Fixed the broken autocomplete #48

Closed JannoTjarks closed 2 years ago

JannoTjarks commented 2 years ago

I fixed the autocomplete problem from this 3 issues:

45 #46 #47

I moved the color attributes direct into the prompt variable, away form the print command. Same approach like in all other functions.

@avalonwilliams please take a look.

Fixed bug: Current master branch: image After my changes: image

axel-lebourhis commented 2 years ago

Hey mate, thanks for this, I was having the issue and using your branch fixed it.

avalonwilliams commented 2 years ago

Thanks for the PR! I'll merge this straight away :)

antross-brex commented 2 years ago

@JannoTjarks thanks so much - this was driving me nuts!