| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-30 | fix(af-magic): add logic for virtualenv separator (#12875) | Kalle Ahlström | |
| 2024-12-29 | chore(deps): bump charset-normalizer in /.github/workflows/dependencies (#12874) | dependabot[bot] | |
| Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.0...3.4.1) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2024-12-22 | chore(deps): bump urllib3 from 2.2.3 to 2.3.0 in ↵ | dependabot[bot] | |
| /.github/workflows/dependencies (#12863) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2024-12-22 | feat(z): update to dd94ef04 (#12862) | ohmyzsh[bot] | |
| Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> | |||
| 2024-12-15 | docs(per-directory-history): add variable docs (#12844) | Federico François | |
| 2024-12-15 | chore(deps): bump certifi from 2024.8.30 to 2024.12.14 in ↵ | dependabot[bot] | |
| /.github/workflows/dependencies (#12848) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2024-11-28 | feat(ngrok): add completion plugin (#12826) | Jonathan Stacks | |
| 2024-11-24 | feat(wd): update to v0.9.2 (#12820) | ohmyzsh[bot] | |
| Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> | |||
| 2024-11-21 | chore: fix some typos (#12818) | Bin Chang | |
| 2024-11-20 | feat(laravel): add alias for `optimize:clear` (#12793) | Chris Texe | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-11-19 | feat(bazel): add bzlmod integrity gen function (#12797) | Markus Hofbauer | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-11-19 | feat(timoni): add completion plugin (#12802) | Matheus Pimenta | |
| 2024-11-19 | fix(pipenv): fix auto-shell functionality when cd-ing out (#12813) | Marc Cornellà | |
| Co-authored-by: Jean-Tiare Le Bigot <jt@yadutaf.fr> | |||
| 2024-11-19 | feat(vault): re-introduce vault plugin (#12753) | nervo | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-11-19 | fix(tailscale): load completion when `tailscale` is an alias (#12726) | Hu Yufan | |
| This makes it work when Tailscale is installed via App Store: https://tailscale.com/kb/1080/cli?tab=macos. Co-authored-by: Marc Cornellà <marc@mcornella.com> | |||
| 2024-11-19 | feat(pyenv): add prompt customization (#12738) | Olivier Mehani | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-11-19 | fix(dash): urlencode special parameters like `:` in query (#12811) | Marc Cornellà | |
| In macOS, using queries such as `dash php:enum` does not open Dash.app, possibly due to colon character being interpreted as a port. URL-encoding the parameter (: -> %3A) makes this work again. Fixes https://discord.com/channels/642496866407284746/809850042575093760/1308076125456437300 | |||
| 2024-11-14 | fix(poetry-env): switch venv between poetry dirs (#12804) | Kate Sullivan | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-11-03 | feat(autojump): add `termux` install path (#12791) | drjaska | |
| 2024-10-27 | feat: add `devcontainers` configuration (#12783) | Marc Cornellà | |
| Co-authored-by: Vatsal Gupta <40350810+gvatsal60@users.noreply.github.com> | |||
| 2024-10-27 | fix(vagrant-prompt): make `vagrant_prompt_info` generic for any state (#12782) | Marc Cornellà | |
| 2024-10-27 | fix(last-working-dir): save working directory more strictly (#11343) | Marc Cornellà | |
| Fixes #11343 | |||
| 2024-10-27 | docs(jsontools): document requirements | Marc Cornellà | |
| Fixes #10834 | |||
| 2024-10-23 | fix(websearch): allow multi-word parameters | Carlo Sala | |
| 2024-10-22 | feat(rclone): create completion plugin (#12754) | nervo | |
| 2024-10-20 | chore: fix note block in README | Marc Cornellà | |
| 2024-10-18 | chore(installer): only serve installer in / and /install.sh | Marc Cornellà | |
| This avoids false positive detections on other bruteforced paths, such as .zsh_history or others, which eventually result in automated false vulnerability submissions. | |||
| 2024-10-17 | docs(volta): fix typo (#12765) | Lin | |
| 2024-10-17 | feat(buf): add completion plugin | Lin | |
| 2024-10-16 | fix(pm2): update completion | Carlo Sala | |
| Closes #12733 | |||
| 2024-10-16 | feat(scw): use official scw completion (#12755) | nervo | |
| 2024-10-15 | Revert "feat(ssh-agent): add keys regardless of filename (#12741)" (#12761) | Carlo Sala | |
| This reverts commit d2d5155d41cbe183ef172fef1e83a29d116a5af6. Closes #12743 Closes #12745 Closes #12758 | |||
| 2024-10-14 | ci(dependencies): use tag version in git commit if available (#12756) | Marc Cornellà | |
| Related: https://github.com/ohmyzsh/ohmyzsh/pull/12747#issuecomment-2410440748 | |||
| 2024-10-13 | chore(deps): bump charset-normalizer in /.github/workflows/dependencies (#12749) | dependabot[bot] | |
| Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/Ousret/charset_normalizer/compare/3.3.2...3.4.0) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2024-10-13 | feat(wd): update to f0f47b71 (#12747) | ohmyzsh[bot] | |
| Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> | |||
| 2024-10-10 | feat(ssh-agent): add keys regardless of filename (#12741) | Щанников Михаил | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-10-08 | fix(gem): regression with gem completion (#12735) | Carlo Sala | |
| 2024-10-08 | feat(jonathan): add virtualenv support (#12705) | Paul | |
| Co-authored-by: paul <paul@MAINPC> | |||
| 2024-10-08 | fix(poetry-env): only run `deactivate` if needed (#12701) | Alex Rosenfeld | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-10-08 | feat(git): add escape hatch to enable async prompt | Carlo Sala | |
| 2024-10-08 | style: run prettier on main README | Carlo Sala | |
| 2024-10-08 | feat(grep): exclude Python virtualenv from `grep` (#12685) | Henrik Holmboe | |
| The convention to use `.venv` or `venv` directories for Python virtualenvs is widespread. This directory is huge and gives very little value when grepping in a source code directory. Co-authored-by: Marc Cornellà <marc@mcornella.com> | |||
| 2024-10-08 | feat(k9s): add completion plugin for `k9s` (#12691) | Shubham Rajvanshi | |
| Co-authored-by: Marc Cornellà <marc@mcornella.com> | |||
| 2024-10-08 | chore: assign owner for terraform and k8s-related plugins | Marc Cornellà | |
| 2024-10-08 | fix(cli): add plugins with indentation in `omz plugin enable` | Marc Cornellà | |
| 2024-10-07 | feat(uv): add `uv` plugin (#12702) | Sebastian Correa | |
| The uv plugin adds shell completions and many useful aliases. | |||
| 2024-10-03 | feat(terraform): add `destroy -auto-approve` alias (#12704) | So4resAlex | |
| 2024-10-03 | fix(theme-chooser): use `env` in shebang (#12720) | Muhammad Atif Ali | |
| 2024-10-03 | feat(opentofu): add `destroy -auto-approve` alias (#12719) | za | |
| 2024-10-02 | refactor(bzr): simplify and improve code (#12716) | mnv | |
