1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

#12 Fix instruction for fish

This commit is contained in:
Vladimir Iakovlev 2015-04-17 23:52:23 +02:00
parent bfbb8cd7d0
commit bc4dc011e4

View File

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