my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
407 B

3 years ago
  1. # The Fuck
  2. [The Fuck](https://github.com/nvbn/thefuck) plugin — magnificent app which corrects your previous console command.
  3. To use it, add thefuck to the plugins array of your zshrc file:
  4. plugins=(... thefuck)
  5. ## Usage
  6. Press `ESC` twice to correct previous console command.
  7. ## Notes
  8. `Esc`-`Esc` key binding conflicts with [sudo](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sudo) plugin.