1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 23:40:39 +01:00

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

Add a description about adding thefuck to the plugins list
This commit is contained in:
Nacho González-Garilleti
2020-11-10 17:15:54 +01:00
committed by GitHub
parent 5d8e1f8267
commit fc82aff77c

View File

@@ -2,6 +2,10 @@
[The Fuck](https://github.com/nvbn/thefuck) plugin — magnificent app which corrects your previous console command. [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 ## Usage
Press `ESC` twice to correct previous console command. Press `ESC` twice to correct previous console command.