summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-24feat(mvn): add verify aliases (#13133)Jonas Geiregat
2025-05-24fix(async): ensure `git_prompt_status` can be registered (#13134)Ilia Burtsev
2025-05-24docs(universalarchive): expand documentation (#13136)Hanashiko
2025-05-23feat(terraform): add `init -reconfigure` aliases` (#13129)Kalle Ahlström
2025-05-22fix(blinks)!: use `default` instead of `black` color (#13123)G'lek Tarssza
2025-05-22fix(history): handle HIST_STAMPS with whitespace in timestamp format (#13099)Kirill Fedorov
Co-authored-by: Kirill Fedorov <kfedorov@ibsys.ru>
2025-05-18feat(termsupport): add WezTerm support (#13121)tobii-dev
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-05-14feat(kamal): add autocomplete support and aliases for Kamal ↵Igor Aleksandrov
(https://kamal-deploy.org/) (#13080)
2025-05-12docs(vi-mode): explaination for text objects (#13116)Lorenzo Bettini
2025-05-11feat(z): update to cf9225fe (#13115)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-05-06feat(jj): add `jjgfa` alias (#13105)Cyril Plisko
2025-05-05docs(pip): add explanation for aliases (#13103)Hanashiko
2025-05-04chore(deps): bump charset-normalizer in /.github/workflows/dependencies (#13100)dependabot[bot]
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.4.1 to 3.4.2. - [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.1...3.4.2) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.4.2 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>
2025-04-29fix(debian): avoid `aptitude` hardcodingCarlo Sala
Closes #13095
2025-04-29docs(python): fix typo (#13096)Anand Buddhdev
2025-04-27chore(deps): bump certifi in /.github/workflows/dependencies (#13094)dependabot[bot]
Bumps [certifi](https://github.com/certifi/python-certifi) from 2025.1.31 to 2025.4.26. - [Commits](https://github.com/certifi/python-certifi/compare/2025.01.31...2025.04.26) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.4.26 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>
2025-04-27chore: fix typo (#13089)Michael Elliot
2025-04-27feat(wd): update to v0.10.0 (#13093)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-04-24fix(emacs): do not emit ANSI escape codes in vtermCarlo Sala
Closes #13067
2025-04-19feat(procs): support completion for `procs<0.14` (#13053)Adam Page
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-04-19docs(asdf): update usage example (#13055)Arthur
2025-04-19feat(git): add gcfu alias for `commit --fixup` (#13027)Roeniss Moon
2025-04-19fix(archlinux): properly check keyring version (#12979)deimosian
2025-04-19fix(agnoster): respect bg / fg user envs (#12897)Pedro A. Aranda Gutiérrez
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-04-19docs: fix typos (#13061)Nicholas Wilson
2025-04-19fix(git-prompt): use `--git-common-dir` to load stash count (#13072)Kat R.
2025-04-17fix(branch): handle branches with `/` properly (#13063)swivelmargarita
Co-authored-by: Takha Polat <takha.polat@bell-sw.com>
2025-04-13chore(deps): bump urllib3 in /.github/workflows/dependencies (#13065)dependabot[bot]
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 to 2.4.0. - [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.3.0...2.4.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.4.0 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>
2025-04-03fix(macos): use `command man` instead of `man` (#13046)Sidar
2025-03-29fix(cli): support `noexec` environments (#13042)Carlo Sala
Closes #13032
2025-03-29fix(asdf)!: remove legacy <0.16 integrationCarlo Sala
`asdf` plugin only supports asdf 0.16 and ahead from now on.
2025-03-29docs(asdf): match README with 0.16 (#13026)Kartik Vashistha
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-03-29fix(dnf): function name typo (#13040)Mikrz
2025-03-29chore(alias-finder): code style (#13038)Roeniss Moon
2025-03-25feat(docker): add alias for stats (#12988)Chriss
2025-03-25docs(docker): add section for podman's docker wrapper (#13024)Roeniss Moon
2025-03-25fix(alias-finder): early return on cmd len <2 (#13030)Roeniss Moon
2025-03-24fix(tmux): disable AUTOREFRESH by default (#13034)Carlo Sala
2025-03-21fix(bgnotify): detect if sway is running and not just installed (#12989)Benjamin Neff
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-03-20feat(macos): add support for Ghostty (#12890)Adil Erchouk
2025-03-20feat(dirhistory): preserve forward directories with `cde` alias (#9328)Marc Cornellà
Closes #11954 Co-authored-by: Jeff Williams <jeffsmessages@gmail.com>
2025-03-20chore(install): option case matching (#12881)Gurram Siddarth Reddy
2025-03-20docs(tmux): add note to README for #5282Carlo Sala
2025-03-20feat(tmux): refresh global environments automatically (#5282)Xin Li
2025-03-20fix(dirhistory): support iTerm2 natural text key bindings (#11026)Marc Cornellà
Fixes #11026 Fixes #11407
2025-03-20fix(termsupport): ensure ohmyzsh can run with `set -eu`Carlo Sala
Closes #12870
2025-03-20feat(dirhistory): add support for ghostty (#12868)Kristijan
2025-03-20feat(uv): alias `uv` with `noglob` (#12866)bretello
2025-03-20feat(jira): add `project` command to open project (#12851)Ken van der Eerden
2025-03-20fix(nicoluaj): avoid overriding customization params (#12859)Hong Xu