Fixing fish shell example in README.md
For me, `$history[1]` is the currently running command, so for the last one you want `$history[2]`
This commit is contained in:
For me, `$history[1]` is the currently running command, so for the last one you want `$history[2]`