summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-15feat(gradle): update completion to version 25da917c (#12287)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2024-03-15fix(dependencies): copy gradle LICENSECarlo Sala
2024-03-15feat(dependencies): enable gradle pluginCarlo Sala
2024-03-14docs: fix typos (#12284)shuangcui
2024-03-14docs(pyenv): fix typo (#12283)guangwu
2024-03-13feat(extract): prefer using `pbzip2` instead of `bunzip2` (#12280)Ing. Jan Kaláb
2024-03-12docs(readme): add contributor list (#12236)webstar
2024-03-10feat(fzf): add default fzf_base for msys2 (#12274)Misaka
2024-03-09fix(async): register the git prompt async handler correctly (#12267)Marc Cornellà
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.
2024-03-07fix(git): disable temporarely async promptCarlo Sala
2024-03-07feat(async)!: implement async prompt API and apply to git prompt (#12257)Marc Cornellà
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>
2024-03-07feat(tools): update `supports_hyperlinks` (#12258)Ross Williams
Update to https://github.com/zkat/supports-hyperlinks/releases/tag/v3.0.0
2024-03-07chore(gitfast): remove update script (#12262)Felipe Contreras
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-03-04perf(nvm): don't call `nvm version` on every cdCarlo Sala
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
2024-03-04feat(nvm)!: make `lazy` and `autoload` options compatibleCarlo Sala
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
2024-03-04fix(nvm): remove zsh completionCarlo Sala
We rely on official bash completion now on.
2024-03-04fix(terraform): fix completion repeating flags with value (#12256)Maxime Brunet
2024-03-03fix(terraform): pass `-chdir` to completion commands (#12254)Maxime Brunet
2024-03-03feat(python): add auto venv activation (#12248)Robert Crews
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-03-03feat(terraform): update completion to `v1.7` (#12252)Maxime Brunet
2024-03-03fix(git): do not use `+=` in sh scriptCarlo Sala
Fixes #12251
2024-03-02docs(git-commit): add warningCarlo Sala
2024-03-02fix(git-commit): add omz version checkCarlo Sala
2024-03-02fix(tmux): use full offset parameter (#12249)张天泽
2024-03-02docs(git-commit): document attention flagCarlo Sala
2024-03-02feat(git-commit): add `-a | --attention` flagRejman
Refactor function as well to reduce flaws and increase stability Closes #12234 Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-03-02fix(git-commit)!: allow alias updateCarlo Sala
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.
2024-03-01fix(tmux): regression with detached sessionsCarlo Sala
See https://github.com/ohmyzsh/ohmyzsh/pull/12242#issuecomment-1973236605
2024-02-29feat(kube-ps1): add symlink support (#12208)Artem Babii
2024-02-29fix(ssh): allow multiple definitions per host (#12227)Gam
2024-02-29fix(tmux): do not pass empty flags to aliases (#12232)Jonathan De Troye
This enables compatibility with tmux >3.3a Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-02-29feat(eza): create plugin (#12237)Pandu E POLUAN
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-02-28feat(tmux): prioritize `tmux` terminfo (#12243)Pandu E POLUAN
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-02-27feat(tmux): add option for detached mode (#12242)Dusk
2024-02-23docs(ansible): remove duplicated alias entry (#12235)Juan Morete
2024-02-20fix(docker): support completion on snap installs (#12224)Oren
2024-02-19feat(zoxide): add option to override cmd (#12218)Julian
2024-02-14docs(kubectx): add quoting to array keys (#12216)Frederik Ring
2024-02-13ci: bump `actions/checkout` version (#12210)Raphael Boidol
2024-02-13ci: enable dependabotCarlo Sala
2024-02-12fix(key-bindings): bind default arrow keys to `beginning-search`Carlo Sala
Fixes #12197
2024-02-12feat(bira): add support for `kube-ps1` prompt (#8437)SgtDaJim
2024-02-08style(completion): remove extra space (#12206)vladislav doster
2024-02-07fix(web-search): use pattern instead of regexCarlo Sala
Closes #12202
2024-02-06feat(web-search): add programming packages search (#12199)Mateus Fernandes de Mello
2024-02-04fix(sublime): pass user's env to `sst` (#12194)Rayzeq
2024-02-03fix(prompt): quote ruby prompt (#12195)Taylor Cochran
2024-02-03chore(brew): remove duplicated alias (#12192)Markus Hofbauer
2024-02-02fix(kubectx): k8s contexts with spaces (#12191)lutra
2024-02-01feat(hazel): add some aliases (#12070)Markus Hofbauer