summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-10-02feat(opentofu): add `apply -auto-approve` alias (#12714)za
2024-10-01feat(cli): style plugin README in `omz plugin info`Marc Cornellà
2024-10-01fix(fastfile): use idiomatic expressions (#12708)gsspdev
2024-09-27feat(chezmoi): add completion plugin (#12696)Alexander Schaber
2024-09-27fix(ssh-agent): use termux prefix for tmp (#12695)flyingpeakock
2024-09-27feat(systemadmin): add `ping6` alias with count limit (#12697)Alexander Schaber
2024-09-24fix(aussiegeek): quote color sequencesMarc Cornellà
2024-09-23chore(git): fix typoCarlo Sala
2024-09-22chore(deps): bump idna in /.github/workflows/dependencies (#12688)dependabot[bot]
Bumps [idna](https://github.com/kjd/idna) from 3.9 to 3.10. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.9...v3.10) --- updated-dependencies: - dependency-name: idna 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-09-19feat(nvm): add `_omz_nvm_load` functionCarlo Sala
2024-09-18feat(git): add `git_previous_branch` functionCarlo Sala
Closes #12538
2024-09-18feat(web-search): add `reddit` (#12664)Francesco Cataldo
2024-09-18feat(gnzh): add virtualenv prompt (#12666)rakeshgm
2024-09-18feat (terraform): add `apply -auto-approve` alias (#12658)Tushar Mohod
Closes #12591
2024-09-18feat(functions): add `takezip` (#12670)Erik Teichmann
2024-09-18fix(git): re-add accidentally removed `gcn` (#12681)Ruslan Tursunov
2024-09-15feat(bgnotify): add config to pass extra args (#12679)PukNgae Cryolitia
2024-09-15chore(deps): bump urllib3 in /.github/workflows/dependencies (#12677)dependabot[bot]
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.2...2.2.3) --- updated-dependencies: - dependency-name: urllib3 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-09-15chore(deps): bump idna in /.github/workflows/dependencies (#12678)dependabot[bot]
Bumps [idna](https://github.com/kjd/idna) from 3.8 to 3.9. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.8...v3.9) --- updated-dependencies: - dependency-name: idna 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-09-15chore(jsontools): change link to NDJSON spec (#12671)Marc Cornellà
Fixes #12671
2024-09-15fix(python)!: remove harmful `ipython` alias (#12676)Marc Cornellà
BREAKING CHANGE: the `ipython` alias was incorrectly trying to manually call ipython from the installed module in the virtual environment, when actually a command already exists when loading the virtual environment. This change removes the unnecessary alias and allows calling the right command. Fixes #12676
2024-09-15fix(git): update prefix map for modified files (#12674)Saravana J