diff --git a/README.md b/README.md index 3406e68..6d28308 100644 --- a/README.md +++ b/README.md @@ -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