ohmyzsh/lib
Marc Cornellà ec1afe9dd6
feat(git)!: enable async git prompt (now for real)
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.
2024-04-03 20:09:19 +02:00
..
async_prompt.zsh fix(async): avoid blocking the shell while waiting (#12304) 2024-04-03 19:42:47 +02:00
bzr.zsh
cli.zsh docs: fix typos (#12284) 2024-03-14 23:07:39 +07:00
clipboard.zsh fix(clipboard): remove clippaste additional newline on wayland (#12140) 2023-12-31 11:17:37 +01:00
compfix.zsh style: remove trailing whitespace (#12303) 2024-03-26 09:55:16 +01:00
completion.zsh style(completion): remove extra space (#12206) 2024-02-08 15:41:34 +01:00
correction.zsh
diagnostics.zsh style: remove trailing whitespace (#12303) 2024-03-26 09:55:16 +01:00
directories.zsh feat(init)!: allow turning off aliases for libs and plugins (#11550) 2023-04-03 23:14:36 +02:00
functions.zsh fix(lib): patch omz_urlencode to not encode UTF-8 chars in Termux (#12076) 2023-12-06 08:09:45 +01:00
git.zsh feat(git)!: enable async git prompt (now for real) 2024-04-03 20:09:19 +02:00
grep.zsh
history.zsh
key-bindings.zsh fix(key-bindings): bind default arrow keys to beginning-search 2024-02-12 09:48:38 +01:00
misc.zsh fix(misc): only set PAGER if less or more are available (#12060) 2023-11-27 11:07:51 +01:00
nvm.zsh
prompt_info_functions.zsh fix(prompt): quote ruby prompt (#12195) 2024-02-03 22:50:44 +01:00
spectrum.zsh feat(spectrum): add FX[dim] format (#12172) 2024-01-21 05:25:50 +01:00
termsupport.zsh fix(termsupport): add workaround for directory tracking issues in Konsole 2023-10-19 23:24:55 +02:00
theme-and-appearance.zsh fix(theme-and-appearance): make bsd ls to be default 2023-05-09 12:05:15 +02:00
vcs_info.zsh