Browse Source

docs(thefuck): add description for enabling the plugin (#9433)

Add a description about adding thefuck to the plugins list
Nacho González-Garilleti 3 years ago
parent
commit
fc82aff77c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      plugins/thefuck/README.md

+ 4 - 0
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.