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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user