fix(history)!: fix arg passing to `fc` for `history` command (#12338)
BREAKING CHANGE: we have fixed a bug in the `history` wrapper for OMZ which means that running just history will now not show all the history since the 1st command, but only recent ones. To get the previous behavior, you can run `history 1` to get all the command history, or other commands such as `history -30` to get the last 30 commands.master
parent
3e2a5742cd
commit
a8f7f9f707
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue