summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-21feat(dnf): use `dnf5` if available (#11904)Marcus Müller
Co-authored-by: Marcus Müller <marcus_ohmyzsh@baseband.digital>
2023-09-20feat(poetry-env): create plugin (#11069)ajatkj
2023-09-20feat(hitchhiker): clean up refs to magic string (#11900)Trick van Staveren
2023-09-20fix(gcloud): source `path.zsh.inc` always (#11901)Marc-Antoine Godde
2023-09-17ci(installer): remove `vc link` which generates the wrong projectMarc Cornellà
`vc link` is not needed, as we already have `VERCEL_PROJECT_ID` defined as an env variable. Currently the `vc link` only creates a second empty project with the name `installer` as seen in logs: Linked to ohmyzsh/installer (created .vercel and added it to .gitignore) Vercel CLI 32.2.4
2023-09-13fix(changelog): fix regression for unstyled code in commit subjectsMarc Cornellà
2023-09-13feat(grc): add support for arm64 macos (#11890)Jérôme Benoit
2023-09-13feat(brew): add support for custom `BREW_LOCATION`Carlo Sala
Fixes #11888 Co-authored-by: Matt Cable <github@curiousstranger.org>
2023-09-12feat(systemd): add alias for --failed commands (#11847)bretello
2023-09-11feat(oldgalois): add theme (#11880)Felipe Gallois
Closes #11879
2023-09-11feat(macos): update spotify plugin to upstream (#11534)Samuel Beckley
2023-09-11feat(mortalscumbag): show toolbox info (#11884)AJ Jordan
2023-09-10fix(git-commit): fix compatibility of alias functions (#11883)Haltarys
2023-09-06feat(pipenv): add option to disable auto shell featureCarlo Sala
Closes #11472
2023-09-06docs(git): align markdown table borders (#11878)Adam Johnson
2023-09-06feat(git): add bisect aliases `gbsn` and `gbso` (#11869)Adam Johnson
2023-09-06feat(gallois): big rewrite to `gallois` theme (#11867)Felipe Gallois
2023-09-06fix(git-commit): avoid conflict with `aliases` varCarlo Sala
Closes #11876
2023-09-05fix(git)!: remove `-b` from `blame` alias (#11864)Adam Johnson
2023-09-04feat(podman): add plugin (#11695)Tjark
Closes #7489 Closes #9721
2023-09-04fix(init): exit gracefully if on non-zsh emulation mode (#11874)Marc Cornellà
Fixes #11686
2023-09-04feat(git-commit): create plugin (#9646)Oscar Lee-Vermeren
Co-authored-by: K. Akatsuki <thevortexspirit@gmail.com>
2023-09-04feat(qodana): add completion plugin (#11813)Peter Puškár
2023-09-03feat(tmux): allow all standard config files (#11103)n0tr00t
Closes #11803 Co-authored-by: n0tr00t <106423923+n0tr00teuorg@users.noreply.github.com>
2023-09-03fix(extract): remove extraction file extension for tar (#11873)Daniel Wang
2023-09-02feat(battery): add support for OpenBSD (#11872)not pua
2023-08-31fix(termsupport): match all `foot`-like terminfo (#11868)James Cuzella
2023-08-30feat(web-search): add `youtube` alias (#11865)t-aswath
2023-08-29feat(bun): add plugin (#11859)Tomás Hernández
2023-08-29fix(updater): disable `nounset` to avoid warnings (#11856)Marc Cornellà
2023-08-24fix(clipboard): load clipboard on usageCarlo Sala
Closes #8827
2023-08-24feat(alias-finder): add cheaper option and apply zstyle options (#11773)Roeniss Moon
2023-08-24fix(git): some aliases under non-english LANG (#11855)Zhang Visper
2023-08-23refactor(git): sort git aliases alphabetically (#9743)Miguel Hargreaves Pimenta
2023-08-23fix(extract): extraction to directory for single-file .gz (#11852)Marc Cornellà
2023-08-21refactor(init): rename variable (#11851)LuckyWindsck
2023-08-21fix(colored-man-pages): add env GROFF_NO_SGR=1 (#11831)Ahmed Wael
2023-08-16feat(terraform): add terraform version prompt (#11845)Jin Cheol
2023-08-10docs(aliases): replace screenshotCarlo Sala
Closes #11837 Closes #11822
2023-08-09chore(gitignore): use new API endpoint from TopTal (#11835)David LJ
2023-07-25feat(agnoster): add git tag to prompt (#8417)jabunovoty
Co-authored-by: Jakub Novotny <jakub.novotny@deutsche-boerse.com>
2023-07-25feat(fino-time): add conda environment (#11785)naturedamends
2023-07-25fix(aliases): rename acs to als in script helpCarlo Sala
Closes #11812
2023-07-23fix(per-directory-history): ^G also in vi mode (#11808)cohml
Co-authored-by: Chris Hamill <chamill@ets.org>
2023-07-23fix(michelebologna): use blue instead of white (#11810)Zou Yang
2023-07-20feat(docker): add `legacy-completion` optionCarlo Sala
2023-07-19feat(tig): add two new aliases (#11090)Jokeoo
2023-07-19fix(nvm): remove nvm not found verbose messageCarlo Sala
2023-07-19fix(aliases)!: rename `acs` to `als`majick
BREAKING CHANGE: rename main function from `acs` to `als` to avoid conflicts with `ubuntu` and `debian` plugins and improve semantics.
2023-07-19fix(ubuntu)!: rename `acse` alias to `acs`majick
Closes #11799 This commit reverses 5bfdd0356b46dc711a8f0866eeb9b717c033d5b2 BREAKING CHANGE: reverting alias rename from `acs` to `acse`.