1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-12-27 19:24:07 +08:00
ohmyzsh-mirror/lib
MoAlkhateeb a8f7f9f707
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.
2024-04-09 08:07:57 +02:00
..
async_prompt.zsh
bzr.zsh
cli.zsh
clipboard.zsh
compfix.zsh
completion.zsh
correction.zsh
diagnostics.zsh
directories.zsh
functions.zsh
git.zsh
grep.zsh
history.zsh fix(history)!: fix arg passing to fc for history command (#12338) 2024-04-09 08:07:57 +02:00
key-bindings.zsh
misc.zsh
nvm.zsh
prompt_info_functions.zsh
spectrum.zsh
termsupport.zsh
theme-and-appearance.zsh
vcs_info.zsh