- Apr 03, 2024
-
-
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
-
Carlo Sala authored
We rely on official bash completion now on.
-
Maxime Brunet authored
-
- Mar 03, 2024
-
-
Maxime Brunet authored
-
Robert Crews authored
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
-
Maxime Brunet authored
-
Carlo Sala authored
Fixes #12251
-
- Mar 02, 2024
-
-
Carlo Sala authored
-
Carlo Sala authored
-
张天泽 authored
-
Carlo Sala authored
-
Rejman authored
Refactor function as well to reduce flaws and increase stability Closes #12234 Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
-
Carlo Sala authored
BREAKING CHANGE: Prior to this commit, git aliases were not being updated after every update of oh-my-zsh. In case you were using git-commit plugin before this commit, please remove your git aliases to proceed.
-
- Mar 01, 2024
-
-