1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-09-17 02:32:31 +01: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

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
``` ```