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
+1 -1
View File
@@ -124,7 +124,7 @@ Or in `config.fish`:
```fish
function fuck
eval (thefuck $history[2])
eval (thefuck $history[1])
end
```