1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-12 07:59:01 +00:00

Added a link to omz plugin (for zsh users).

Katya Demidova 2017-05-04 01:27:32 +03:00
parent d17bd2c301
commit 35f5317e86

@ -12,6 +12,8 @@ Add this alias to `.zshrc`:
eval "$(thefuck --alias)" eval "$(thefuck --alias)"
``` ```
>_If you use oh-my-zsh, try [this awesome *thefuck* plugin](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/thefuck/README.md)._
# Fish # Fish
Add this function to `config.fish`: Add this function to `config.fish`:
@ -47,4 +49,4 @@ pip install xontrib-thefuck
And then load it (you can add this to xonshrc for it to be loaded in every xonsh session): And then load it (you can add this to xonshrc for it to be loaded in every xonsh session):
``` ```
xontrib load thefuck xontrib load thefuck
``` ```