- Apr 09, 2024
-
-
Taekin Kim authored
-
MoAlkhateeb authored
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.
-
- Apr 08, 2024
-
-
Soo Philip Jason Kim authored
Co-authored-by: PJ Kim <pj.0x08@kakaocorp.com>
-
Reza Askari authored
-
Carlo Sala authored
-
Matheus Richard authored
`gpristine` might be too much on several occasions, given that it removes all untracked files. This might not be ideal because it will delete important things like environment files and encryption keys. With that in mind, this commit introduces `gwipe` as a way to get a "clean slate" but still have your dev environment working.
-
- Apr 06, 2024
-
-
David Chin authored
* Add note about need to customise theme. It may not be obvious that the theme needs to be customised. See: https://github.com/ohmyzsh/ohmyzsh/issues/9395 * Clarify type of theme customisation needed.
-
Dee'Kej authored
-
- Apr 05, 2024
-
-
Marc Cornellà authored
RPS1 and RPROMPT are not equivalent, though they have the same effect. Added both to detect if `git_prompt_*` is used. Fixes #12325
-
- Apr 04, 2024
-
-
Loïc Yhuel authored
The issue which required "command true" was fixed in zsh 5.8.
-
Carlo Sala authored
Fixes #12321
-
Carlo Sala authored
Closes #12316
-
- Apr 03, 2024
-
-
Loïc Yhuel authored
This is important for themes using it, since it is usually a little slower than git_prompt_info. Also two small fixes : - the handler for git_prompt_info was incorrectly named _omz_git_prompt_status - _defer_async_git_register was kept in precmd, there is no need to call it on each prompt
-
Marc Cornellà authored
BREAKING CHANGE: the new async prompt feature will render prompt information asyncronously and degrade nicely when the calls take too long to finish, as the prompt will already be first drawn and interactive. This is enabled by default for the git prompt and themes that use it (`git_prompt_info`). If you find that it's not working for you, please open an issue if one is not already opened, and see https://github.com/ohmyzsh/ohmyzsh#disable-async-git-prompt for how to turn it off.
-
Loïc Yhuel authored
Co-authored-by: Marc Cornellà <marc@mcornella.com>
-
Gregory Reshetniak authored
-
- Mar 30, 2024
-
-
Jason D'Amour authored
-
Masaru Iritani authored
-
- Mar 26, 2024
-
-
vladislav doster authored
-
Zikoeng Xi authored
-
Arash Haghighat authored
-
Jim Weller authored
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
-
- Mar 25, 2024
-
-
Alexander Schlüter authored
-
- Mar 21, 2024
-
-
Ben Woodward authored
-
- Mar 16, 2024
-
-
Colin Barnabas authored
-
- Mar 15, 2024
-
-
ohmyzsh[bot] authored
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
-
Carlo Sala authored
-
Carlo Sala authored
-
- Mar 14, 2024
- Mar 12, 2024
-
-
Ing. Jan Kaláb authored
-
webstar authored
-
- Mar 10, 2024
-
-
Misaka authored
-
- Mar 09, 2024
-
-
Marc Cornellà authored
This fix conditionally registers the git prompt async handler only if `git_prompt_info` is used anywhere in the prompt variables. This is done in the proper order, so that the async request is processed once the handler has been registered. This fix also passes the return value of the previous command to each of the async handlers, in case they are needed.
-
- Mar 07, 2024
-
-
Carlo Sala authored
-
Marc Cornellà authored
BREAKING CHANGE: the `git_prompt_info` prompt function has been reworked by default to use the new async prompt feature. If you're experiencing issues see #12257. Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
-
Ross Williams authored
Update to https://github.com/zkat/supports-hyperlinks/releases/tag/v3.0.0
-
Felipe Contreras authored
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
-
- Mar 04, 2024
-
-
Carlo Sala authored
Now we only call `nvm version` in case we changed directory and we are not anymore in a `.nvmrc` directory. See https://github.com/nvm-sh/nvm/pull/2874
-
Carlo Sala authored
BREAKING CHANGE: Prior to this commit, if `lazy` and `autoload` options were enabled at the same time, `lazy` was getting overriden and only `autoload` was taken into account. Now they work together and `autoload` will be enabled after `nvm` has been lazy-loaded. Closes #11690
-