| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-14 | docs: fix typos (#12284) | shuangcui | |
| 2024-03-14 | docs(pyenv): fix typo (#12283) | guangwu | |
| 2024-03-13 | feat(extract): prefer using `pbzip2` instead of `bunzip2` (#12280) | Ing. Jan Kaláb | |
| 2024-03-12 | docs(readme): add contributor list (#12236) | webstar | |
| 2024-03-10 | feat(fzf): add default fzf_base for msys2 (#12274) | Misaka | |
| 2024-03-09 | fix(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-07 | fix(git): disable temporarely async prompt | Carlo Sala | |
| 2024-03-07 | feat(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-07 | feat(tools): update `supports_hyperlinks` (#12258) | Ross Williams | |
| Update to https://github.com/zkat/supports-hyperlinks/releases/tag/v3.0.0 | |||
| 2024-03-07 | chore(gitfast): remove update script (#12262) | Felipe Contreras | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-03-04 | perf(nvm): don't call `nvm version` on every cd | Carlo 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-04 | feat(nvm)!: make `lazy` and `autoload` options compatible | Carlo 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-04 | fix(nvm): remove zsh completion | Carlo Sala | |
| We rely on official bash completion now on. | |||
| 2024-03-04 | fix(terraform): fix completion repeating flags with value (#12256) | Maxime Brunet | |
| 2024-03-03 | fix(terraform): pass `-chdir` to completion commands (#12254) | Maxime Brunet | |
| 2024-03-03 | feat(python): add auto venv activation (#12248) | Robert Crews | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-03-03 | feat(terraform): update completion to `v1.7` (#12252) | Maxime Brunet | |
| 2024-03-03 | fix(git): do not use `+=` in sh script | Carlo Sala | |
| Fixes #12251 | |||
| 2024-03-02 | docs(git-commit): add warning | Carlo Sala | |
| 2024-03-02 | fix(git-commit): add omz version check | Carlo Sala | |
| 2024-03-02 | fix(tmux): use full offset parameter (#12249) | 张天泽 | |
| 2024-03-02 | docs(git-commit): document attention flag | Carlo Sala | |
| 2024-03-02 | feat(git-commit): add `-a | --attention` flag | Rejman | |
| Refactor function as well to reduce flaws and increase stability Closes #12234 Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-03-02 | fix(git-commit)!: allow alias update | Carlo 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-01 | fix(tmux): regression with detached sessions | Carlo Sala | |
| See https://github.com/ohmyzsh/ohmyzsh/pull/12242#issuecomment-1973236605 | |||
| 2024-02-29 | feat(kube-ps1): add symlink support (#12208) | Artem Babii | |
| 2024-02-29 | fix(ssh): allow multiple definitions per host (#12227) | Gam | |
| 2024-02-29 | fix(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-29 | feat(eza): create plugin (#12237) | Pandu E POLUAN | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-02-28 | feat(tmux): prioritize `tmux` terminfo (#12243) | Pandu E POLUAN | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-02-27 | feat(tmux): add option for detached mode (#12242) | Dusk | |
| 2024-02-23 | docs(ansible): remove duplicated alias entry (#12235) | Juan Morete | |
| 2024-02-20 | fix(docker): support completion on snap installs (#12224) | Oren | |
| 2024-02-19 | feat(zoxide): add option to override cmd (#12218) | Julian | |
| 2024-02-14 | docs(kubectx): add quoting to array keys (#12216) | Frederik Ring | |
| 2024-02-13 | ci: bump `actions/checkout` version (#12210) | Raphael Boidol | |
| 2024-02-13 | ci: enable dependabot | Carlo Sala | |
| 2024-02-12 | fix(key-bindings): bind default arrow keys to `beginning-search` | Carlo Sala | |
| Fixes #12197 | |||
| 2024-02-12 | feat(bira): add support for `kube-ps1` prompt (#8437) | SgtDaJim | |
| 2024-02-08 | style(completion): remove extra space (#12206) | vladislav doster | |
| 2024-02-07 | fix(web-search): use pattern instead of regex | Carlo Sala | |
| Closes #12202 | |||
| 2024-02-06 | feat(web-search): add programming packages search (#12199) | Mateus Fernandes de Mello | |
| 2024-02-04 | fix(sublime): pass user's env to `sst` (#12194) | Rayzeq | |
| 2024-02-03 | fix(prompt): quote ruby prompt (#12195) | Taylor Cochran | |
| 2024-02-03 | chore(brew): remove duplicated alias (#12192) | Markus Hofbauer | |
| 2024-02-02 | fix(kubectx): k8s contexts with spaces (#12191) | lutra | |
| 2024-02-01 | feat(hazel): add some aliases (#12070) | Markus Hofbauer | |
| 2024-02-01 | feat(stripe): add completion plugin (#12064) | Eric Schultz | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-02-01 | feat(aws): implement permanent state (#12018) | 0rxa | |
| Co-authored-by: Rei Arifi <reiarifi@Reis-MacBook-Pro.local> Co-authored-by: Hysen Ndregjoni <hndregjoni@hotmail.com> | |||
| 2024-02-01 | feat(git): add `grf` alias (#12176) | Harkesh | |
