ohmyzsh/plugins/thefuck
Eve 44f2a128aa
fix(thefuck): quote ZSH_CACHE_DIR path (#13569)
path wasnt quoted, would break if it had spaces
2026-02-18 12:34:12 +01:00
..
README.md docs(thefuck): add description for enabling the plugin (#9433) 2020-11-10 17:15:54 +01:00
thefuck.plugin.zsh fix(thefuck): quote ZSH_CACHE_DIR path (#13569) 2026-02-18 12:34:12 +01:00

The Fuck

The Fuck 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.

Notes

Esc-Esc key binding conflicts with sudo plugin.