From 91176634bc24b10f6e36d454392dfa5f7e606731 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Fri, 13 Jul 2018 23:22:38 +0000 Subject: [PATCH] typo fixed --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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