summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-18fix(ssh-agent): add error message if `~/.ssh` is not found (#11929)Vishal Sharma
Closes #11829 Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-10-18fix(git): move squash-merged branch deletion from `gbda` to `gbds` function ↵Marc Cornellà
(#11991)
2023-10-18feat(kubectl): add `kgdsa` alias (#11863)Jérémy
2023-10-18feat(history): add `hl` alias (#11990)Patryk Krawaczyński
2023-10-18feat(vscode): allow arguments to `vsc` alias (#11903)Vyacheslav Scherbinin
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-10-17feat(bazel): use completion also for bazelisk (#11984)nishanthps-cai
2023-10-14fix(git): fix fallback to develop branch if `master` not found (#11966)Marc Cornellà
2023-10-13fix(gnzh): Don't show .local for local hostnames in themeRobby Russell
Fixes #10871
2023-10-13fix(avit): RPROMPT Fix for #10307 (#11131)Steve Lessard Jr
Co-authored-by: Steve Lessard <slessardjr@users.noreply.github.com>
2023-10-13feat(span): Introducing Snapcraft CLI plugin (#9357)Kapil Pau
2023-10-13chore(postgres): fix typo (#11967)Sandesh Pyakurel
2023-10-13chore(hitchhiker): fix typos (#11961)Sandesh Pyakurel
2023-10-12chore(zsh-navigation-tools): fix typo (#11960)Sandesh Pyakurel
2023-10-12docs(debian): clarify override behavior for `apt_pref` and `apt_upgr`Marc Cornellà
Fixes #11959
2023-10-12docs(aliases): fix typo (#11958)Preston Button
2023-10-11chore: change headings in README to Title Case (#11956)sattisumasri
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2023-10-11ci: remove redundant macos runner for CI testsMarc Cornellà
Currently the macOS runner is not needed, as we are only checking zsh syntax. We can reactivate it in the future if needed.
2023-10-11refactor(systemadmin): use `ss` instead of `netstat` when available (#11957)Marc Cornellà
2023-10-11fix(xcode): open Xcode in current Desk if already open in another (#10384)Marc Cornellà
Fixes #10384
2023-10-11fix(yarn): output completion entries in UTF-8 (#11955)Lukas Elmer
2023-10-10fix(git): restore showing patch in `gsts` (#11951)Adam Johnson
2023-10-09feat(kind): add plugin for Kind k8s tool (#9827)Adam Henley
Co-authored-by: jxlwqq <jxlwqq@gmail.com> Co-authored-by: Francesco Ilario <fr.ilario@gmail.com> Co-authored-by: Marc Cornellà <hello@mcornella.com>
2023-10-09feat(git): delete squash-merged branches in `gbda` (#11948)tobi1805
2023-10-09feat(updater): add `background-alpha` update mode (preview) (#11928)Marc Cornellà
NOTE: this feature is in alpha / preview mode, it is not guaranteed to work 100% of the time in all cases. If you experience any issues, open an issue or search for an open one describing your same situation. To use this, use the zstyle update mode settings [1] with the value `background-alpha`: zstyle ':omz:update' mode background-alpha [1] https://github.com/ohmyzsh/ohmyzsh#getting-updates
2023-10-09fix(rtx): fix `rtx` init procedure (#11949)Marc Cornellà
2023-10-08chore: update README badgesMarc Cornellà
2023-10-08feat(rtx) Added new polyglot runtime manager (asdf rust clone) (#11932)DemonKiller
* add readme.md for rtx * add rtx plugin * update install info * remove redundant slashes
2023-10-08Adding operating system compatibility chartRobby Russell
2023-10-08Adding Mastadon and updating X badgeRobby Russell
2023-10-02feat(shell-proxy): allow excluding endpoints with `NO_PROXY` (#11924)Abhinav
2023-10-02fix(ruby): add missing `-run` in `rserver` alias (#11913)jack
2023-10-02feat(vi-mode): copy to clipboard when using `vi-change*` and `vi-yank*` ↵bretello
widgets (#11861)
2023-10-02fix(tmux): don't autostart inside background intelliJ (#11927)HeroCC
2023-10-02feat(asdf): load zsh completions instead of bash onesThomas Faugier
Closes #11143 Closes #8779 Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-09-29docs(gas): update plugin url (#11918)Jake Conway
2023-09-28fix(gradle): remove look for settings.gradle files (#11917)Piotr Minkina
2023-09-27fix(git)!: remove `gt` aliasCarlo Sala
BREAKING CHANGE: `gt` alias clashes with Graphite CLI (https://graphite.dev). See https://github.com/ohmyzsh/ohmyzsh/pull/11910#issuecomment-1736340910
2023-09-26feat(git): add reset aliases `grhk` and `grhs` (#11896)Adam Johnson
2023-09-26feat(git): add tag aliases `gt` and `gta` (#11910)Adam Johnson
Co-authored-by: hasecilu <hasecilu@protonmail.com> Co-authored-by: Rik <gitaarik@posteo.net> Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-09-26feat(git): add branch rename alias `gbm` (#11909)Adam Johnson
Co-authored-by: Gabriel Akinyosoye <gabrielfemi799@gmail.com>
2023-09-26fix(git): remove `--text` from `gsts` (#11897)Adam Johnson
2023-09-25docs(git): improve tables and language (#11895)Adam Johnson
2023-09-25docs(web-search): add `youtube` entryCarlo Sala
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