1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-04-15 07:10:52 +01:00

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

This commit is contained in:
nvbn 2015-04-24 05:23:04 +02:00
commit d0e02bc20c

View File

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