Files
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
..

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.