summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNacho González-Garilleti <Nachox07@users.noreply.github.com>2020-11-10 17:15:54 +0100
committerGitHub <noreply@github.com>2020-11-10 17:15:54 +0100
commitfc82aff77c14418df33d4d2d8c946d3adf023706 (patch)
tree6d4551e763e455db654eede2bc57a2e844e7d854
parent5d8e1f82670e14b45a81e41e46467df51e193e77 (diff)
downloadzsh-fc82aff77c14418df33d4d2d8c946d3adf023706.tar.gz
zsh-fc82aff77c14418df33d4d2d8c946d3adf023706.tar.bz2
zsh-fc82aff77c14418df33d4d2d8c946d3adf023706.zip
docs(thefuck): add description for enabling the plugin (#9433)
Add a description about adding thefuck to the plugins list
-rw-r--r--plugins/thefuck/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/thefuck/README.md b/plugins/thefuck/README.md
index bd407b316..84f7255ce 100644
--- a/plugins/thefuck/README.md
+++ b/plugins/thefuck/README.md
@@ -2,6 +2,10 @@
[The Fuck](https://github.com/nvbn/thefuck) plugin — magnificent app which corrects your previous console command.
+To use it, add thefuck to the plugins array of your zshrc file:
+
+plugins=(... thefuck)
+
## Usage
Press `ESC` twice to correct previous console command.