Jérémy
7504f22a0c
feat(battery): add wattage for macOS ( #13258 )
7 months ago
Carlo Sala
92a03105ac
docs(key-bindings): clarify comment
...
Closes #13265
7 months ago
Patrick W. Healy
5d37f723f6
fix(asdf): avoid prepending path entry multiple times ( #13268 )
7 months ago
olwooz
51760e1d4a
feat(installer): add confirmation before overwriting existing .zshrc ( #13086 )
7 months ago
Carlo Sala
8bd49fb047
fix(virtualenv): take into account `$VIRTUAL_ENV_PROMPT`
...
Closes #13262
7 months ago
lucas
2423b7a12d
docs(web-search): add missing entries ( #13263 )
7 months ago
Jacob Rogers
801f09c1ca
fix(poetry-env): add support for poetry 2 ( #13260 )
7 months ago
dependabot[bot]
9fe2c26abd
chore(deps): bump certifi in /.github/workflows/dependencies ( #13246 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 months ago
dependabot[bot]
73024e8f08
chore(deps): bump charset-normalizer in /.github/workflows/dependencies ( #13257 )
...
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer ) from 3.4.2 to 3.4.3.
- [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.2...3.4.3 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-version: 3.4.3
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>
7 months ago
drjaska
9d8d4cf414
feat(extract): support `.pk{3,4,7}` files ( #13254 )
7 months ago
xusd320
ef96242b9b
feat(web-search): add crates.io, docs.rs ( #13250 )
7 months ago
Parintorn Thammasitboon
a6beb0f595
feat(jonathan): add conda support ( #13243 )
8 months ago
Carlo Sala
5c804257ce
ci: use `actions/create-github-app-token` ( #13233 )
8 months ago
Marc Cornellà
98a182d71b
ci: add strict permissions to `dependencies.yml` workflow ( #13232 )
...
Just use `contents:read` initial permission. The other permissions needed are
those attached to the @ohmyzsh GitHub App.
8 months ago
dependabot[bot]
52f7ad6913
chore(deps): bump certifi in /.github/workflows/dependencies ( #13218 )
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.4.26 to 2025.7.14.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.04.26...2025.07.14 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.7.14
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>
8 months ago
Malav Bhavsar
70f0e5285f
fix(web-search): rename `claude` alias ( #13229 )
...
Rename the 'claude' alias to 'claudeai' in the web-search plugin to
prevent conflicts with the Claude CLI tool. This ensures users can access
both the web search functionality and the Claude CLI without collision.
8 months ago
Gregory Menezes
13d4176a68
fix(web-search): rename alias to `claudeai` to avoid conflict with CLI ( #13224 )
8 months ago
Wagner Moreira
788b5776c0
feat(web-search): add search with `claude.ai` and `grok.com` ( #13222 )
8 months ago
Roeniss Moon
537807c863
feat(alias-finder): use ripgrep if possible ( #13043 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
8 months ago
jishudashen
e3e468d138
chore: fix typos ( #13219 )
8 months ago
Bacluc
ff97957f1c
feat(tmux): avoid autostart inside `zed` editor ( #13220 )
8 months ago
Kevin De Keyser
2ac69955e8
fix(termsupport): ensure non-error return code ( #13217 )
8 months ago
Carlo Sala
8425e9774e
fix(keychain): reversed logic
...
Closes #13106
8 months ago
Nihad Abbasov
dc3bbcda26
feat(web-search): add RubyGems.org ( #13210 )
8 months ago
Zachary Craig
df200c943a
feat(keychain): support >2.9 ( #13189 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
8 months ago
Marc Cornellà
3e7ef0182f
chore: document Incident Response Plan ( #13195 )
9 months ago
Kalle Ahlström
cb72d7dcbf
fix(af-magic): fix venv prompt counting parenthesis ( #13190 )
9 months ago
ohmyzsh[bot]
f9d3e0ff56
feat(wd): update to v0.10.1 ( #13192 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
9 months ago
Carlo Sala
01433503c2
fix(rbw): reset clipboard in `rbwpw` only in the last invocation ( #13185 )
...
The previous behavior would reset the clipboard after 20 seconds always, even
if the `rbwpw` function was called again in between. This commit fixes that
behavior.
Co-authored-by: Marc Cornellà <marc@mcornella.com>
9 months ago
Amr Elsayyad
f8022980a3
feat(ubuntu): add `apt-fast` support ( #13175 )
9 months ago
dependabot[bot]
7ee92de190
chore(deps): bump urllib3 in /.github/workflows/dependencies ( #13176 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 months ago
Sergii Tkachenko
2fbdfa93f9
fix(init): ensure hostname is always valid for macOS ( #13171 )
9 months ago
dependabot[bot]
042605ee6b
chore(deps): bump requests in /.github/workflows/dependencies ( #13164 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 months ago
Rob Lugton
3ff8c7ef67
feat(agnoster): add terraform to prompt ( #7892 )
9 months ago
James Langley
788eaa5930
fix(functions): escape especial chars in WSL ( #13158 )
9 months ago
AYO_YO
ac5295678f
feat(agnoster): add conda support ( #13160 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
9 months ago
Yunus Emre Akbalık
95ef251669
feat(dotnet): add `restore` alias ( #13146 )
10 months ago
mm503
658240f498
feat(kubectl): add aliases for `get events` ( #13147 )
10 months ago
Joaquín Gamboa
6ef47526f8
feat(laravel): add `db:wipe` alias ( #13071 )
10 months ago
G'lek Tarssza
095ac3ca8f
feat(cli): add `--enabled` flag to `omz plugin list` ( #13128 )
10 months ago
Hanashiko
ecdc1e722a
docs(rsync): improve README ( #13137 )
10 months ago
Jonas Geiregat
526969cad3
feat(mvn): add verify aliases ( #13133 )
10 months ago
Ilia Burtsev
13c702964c
fix(async): ensure `git_prompt_status` can be registered ( #13134 )
10 months ago
Hanashiko
d39804a5a6
docs(universalarchive): expand documentation ( #13136 )
10 months ago
Kalle Ahlström
1ed17ac052
feat(terraform): add `init -reconfigure` aliases` ( #13129 )
10 months ago
G'lek Tarssza
0354add542
fix(blinks)!: use `default` instead of `black` color ( #13123 )
10 months ago
Kirill Fedorov
40c2a72e03
fix(history): handle HIST_STAMPS with whitespace in timestamp format ( #13099 )
...
Co-authored-by: Kirill Fedorov <kfedorov@ibsys.ru>
10 months ago
tobii-dev
881c8b78d3
feat(termsupport): add WezTerm support ( #13121 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
10 months ago
Igor Aleksandrov
c95509ebfd
feat(kamal): add autocomplete support and aliases for Kamal ( https://kamal-deploy.org/ ) ( #13080 )
10 months ago
Lorenzo Bettini
c34c1da736
docs(vi-mode): explaination for text objects ( #13116 )
10 months ago