1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-31 02:01:13 +00:00

Merge branch 'master' of github.com:nvbn/thefuck

This commit is contained in:
nvbn 2015-04-18 21:46:28 +02:00
commit 6f1f379961

View File

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