1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Fix issue in readme

This commit is contained in:
johnnadratowski
2018-07-13 12:50:18 -04:00
parent 9af8e6294b
commit cc68c7cb9e
+1 -1
View File
@@ -291,7 +291,7 @@ To activate tab completion support for `cht.sh`, add the `:zsh` script to the fp
```
$ curl https://cheat.sh/:zsh > ~/.zsh.d/_cht
$ echo "fpath=(path/to/zsh-completions/src $fpath)" >> ~/.zshrc
$ echo 'fpath=(~/.zsh.d/ $fpath)' >> ~/.zshrc
$ # Open a new shell to load the plugin
### Stealth mode