1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-21 20:38:54 +00:00

Merge pull request #123 from nvbn/revert-117-master

Revert "Fixing fish shell example in README.md"
This commit is contained in:
Vladimir Iakovlev 2015-04-24 18:25:05 +02:00
commit a9d3456e29

View File

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