chubin / cheat.sh

the only cheat sheet you need
https://cheat.sh/
MIT License
38.16k stars 1.78k forks source link

zsh code completion doesn't work #218

Open andrestone opened 4 years ago

andrestone commented 4 years ago

After following these instructions:

    $ curl https://cheat.sh/:zsh > ~/.zsh.d/_cht
    $ echo 'fpath=(~/.zsh.d/ $fpath)' >> ~/.zshrc
    $ # Open a new shell to load the plugin

zsh completion doesn't work.

iTerm2 latest @ macOS 10.15.5

chubin commented 3 years ago

I think that zsh support maybe broken indeed; feel free to submit PRs with a fix, or at least some addtional debug information