1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-06 02:41:10 +01:00

Revert "Fixing fish shell example in README.md"

This commit is contained in:
Vladimir Iakovlev 2015-04-24 18:24:46 +02:00
parent 3134a60e27
commit 1e28671934

View File

@ -124,7 +124,7 @@ Or in `config.fish`:
```fish
function fuck
eval (thefuck $history[2])
eval (thefuck $history[1])
end
```