summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-12-30fix(af-magic): add logic for virtualenv separator (#12875)Kalle Ahlström
2024-12-29chore(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-22chore(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-22feat(z): update to dd94ef04 (#12862)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2024-12-15docs(per-directory-history): add variable docs (#12844)Federico François
2024-12-15chore(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-28feat(ngrok): add completion plugin (#12826)Jonathan Stacks
2024-11-24feat(wd): update to v0.9.2 (#12820)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2024-11-21chore: fix some typos (#12818)Bin Chang
2024-11-20feat(laravel): add alias for `optimize:clear` (#12793)Chris Texe
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-11-19feat(bazel): add bzlmod integrity gen function (#12797)Markus Hofbauer
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-11-19feat(timoni): add completion plugin (#12802)Matheus Pimenta
2024-11-19fix(pipenv): fix auto-shell functionality when cd-ing out (#12813)Marc Cornellà
Co-authored-by: Jean-Tiare Le Bigot <jt@yadutaf.fr>
2024-11-19feat(vault): re-introduce vault plugin (#12753)nervo
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-11-19fix(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-19feat(pyenv): add prompt customization (#12738)Olivier Mehani
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-11-19fix(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-14fix(poetry-env): switch venv between poetry dirs (#12804)Kate Sullivan
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-11-03feat(autojump): add `termux` install path (#12791)drjaska
2024-10-27feat: add `devcontainers` configuration (#12783)Marc Cornellà
Co-authored-by: Vatsal Gupta <40350810+gvatsal60@users.noreply.github.com>
2024-10-27fix(vagrant-prompt): make `vagrant_prompt_info` generic for any state (#12782)Marc Cornellà
2024-10-27fix(last-working-dir): save working directory more strictly (#11343)Marc Cornellà
Fixes #11343
2024-10-27docs(jsontools): document requirementsMarc Cornellà
Fixes #10834
2024-10-23fix(websearch): allow multi-word parametersCarlo Sala
2024-10-22feat(rclone): create completion plugin (#12754)nervo
2024-10-20chore: fix note block in READMEMarc Cornellà
2024-10-18chore(installer): only serve installer in / and /install.shMarc 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-17docs(volta): fix typo (#12765)Lin
2024-10-17feat(buf): add completion pluginLin
2024-10-16fix(pm2): update completionCarlo Sala
Closes #12733
2024-10-16feat(scw): use official scw completion (#12755)nervo
2024-10-15Revert "feat(ssh-agent): add keys regardless of filename (#12741)" (#12761)Carlo Sala
This reverts commit d2d5155d41cbe183ef172fef1e83a29d116a5af6. Closes #12743 Closes #12745 Closes #12758
2024-10-14ci(dependencies): use tag version in git commit if available (#12756)Marc Cornellà
Related: https://github.com/ohmyzsh/ohmyzsh/pull/12747#issuecomment-2410440748
2024-10-13chore(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-13feat(wd): update to f0f47b71 (#12747)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2024-10-10feat(ssh-agent): add keys regardless of filename (#12741)Щанников Михаил
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-10-08fix(gem): regression with gem completion (#12735)Carlo Sala
2024-10-08feat(jonathan): add virtualenv support (#12705)Paul
Co-authored-by: paul <paul@MAINPC>
2024-10-08fix(poetry-env): only run `deactivate` if needed (#12701)Alex Rosenfeld
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-10-08feat(git): add escape hatch to enable async promptCarlo Sala
2024-10-08style: run prettier on main READMECarlo Sala
2024-10-08feat(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-08feat(k9s): add completion plugin for `k9s` (#12691)Shubham Rajvanshi
Co-authored-by: Marc Cornellà <marc@mcornella.com>
2024-10-08chore: assign owner for terraform and k8s-related pluginsMarc Cornellà
2024-10-08fix(cli): add plugins with indentation in `omz plugin enable`Marc Cornellà
2024-10-07feat(uv): add `uv` plugin (#12702)Sebastian Correa
The uv plugin adds shell completions and many useful aliases.
2024-10-03feat(terraform): add `destroy -auto-approve` alias (#12704)So4resAlex
2024-10-03fix(theme-chooser): use `env` in shebang (#12720)Muhammad Atif Ali
2024-10-03feat(opentofu): add `destroy -auto-approve` alias (#12719)za
2024-10-02refactor(bzr): simplify and improve code (#12716)mnv