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

Merge pull request #31 from vikstrous/master

fix fish function, close #29
This commit is contained in:
Vladimir Iakovlev 2015-04-18 21:35:43 +02:00
commit 44c8ed03b1

View File

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