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

typo fixed

This commit is contained in:
Igor Chubin
2018-07-13 23:22:38 +00:00
parent 1cc9a4f3bf
commit 91176634bc
+2 -1
View File
@@ -287,12 +287,13 @@ To activate tab completion support for `cht.sh`, add the `:bash_completion` scri
#### ZSH Tab completion
To activate tab completion support for `cht.sh`, add the `:zsh` script to the fpath in your `~/.zshrc`:
To activate tab completion support for `cht.sh`, add the `:zsh` script to the *fpath* in your `~/.zshrc`:
```
$ curl https://cheat.sh/:zsh > ~/.zsh.d/_cht
$ echo 'fpath=(~/.zsh.d/ $fpath)' >> ~/.zshrc
$ # Open a new shell to load the plugin
```
### Stealth mode