marlonrichert / zsh-autocomplete

🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
MIT License
5.38k stars 148 forks source link

Command copied had % in the beginning #735

Closed rahulnjs closed 2 months ago

rahulnjs commented 4 months ago

Before submitting your Pull Request (PR), please check the following:

marlonrichert commented 2 months ago

% is the prompt, showing that you need to run this on the command, not put it in a script. Bash examples use $ for this. I've now added a note about this to the Readme.