| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #12412
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
|
|
Also introduces tests, which will be refactored into the proper
place when a test system is finally designed.
Fixes #12400
|
|
|
|
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
|
|
|
|
Closes #12391
|
|
|
|
Closes #12387
|
|
|
|
Closes #12377
|
|
|
|
|
|
Fixes #12331
|
|
|
|
Fixes #12355
|
|
The `t` option takes a strftime format specification as argument. This
fixes cases in which $HIST_STAMPS is set to a value other than
`mm/dd/yyyy|dd.mm.yyyy|yyyy-mm-dd`.
|
|
|
|
Fixes #12298
|
|
Fixes #12273
Fixes https://github.com/topgrade-rs/topgrade/issues/519
|
|
Fixes #12362
|
|
See https://github.com/ohmyzsh/ohmyzsh/issues/12331#issuecomment-2059460268
|
|
|
|
|
|
|
|
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
|
|
|
|
|
|
* Fixed a bug in *omz_history* where it would automatically create a file when run with the -p flag
* Reverted old history behaviour while fixing parsing bug
|
|
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
|
|
|
|
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.
|
|
Co-authored-by: PJ Kim <pj.0x08@kakaocorp.com>
|
|
|