ohmyzsh/plugins/thefuck/README.md
Calion d3fb36e8fa
Update README.md
Added copybox for plugin code
2025-08-17 21:05:41 -05:00

15 lines
418 B
Markdown

# The Fuck
[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:
```zsh
plugins=(... thefuck)
```
## Usage
Press `ESC` twice to correct previous console command.
## Notes
`Esc`-`Esc` key binding conflicts with [sudo](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sudo) plugin.