mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00: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:
parent
5d8e1f8267
commit
fc82aff77c
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue