Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-10 | fix(git): restore showing patch in `gsts` (#11951) | Adam Johnson | |
2023-10-09 | feat(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-09 | feat(git): delete squash-merged branches in `gbda` (#11948) | tobi1805 | |
2023-10-09 | feat(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-09 | fix(rtx): fix `rtx` init procedure (#11949) | Marc Cornellà | |
2023-10-08 | chore: update README badges | Marc Cornellà | |
2023-10-08 | feat(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-08 | Adding operating system compatibility chart | Robby Russell | |
2023-10-08 | Adding Mastadon and updating X badge | Robby Russell | |
2023-10-02 | feat(shell-proxy): allow excluding endpoints with `NO_PROXY` (#11924) | Abhinav | |
2023-10-02 | fix(ruby): add missing `-run` in `rserver` alias (#11913) | jack | |
2023-10-02 | feat(vi-mode): copy to clipboard when using `vi-change*` and `vi-yank*` ↵ | bretello | |
widgets (#11861) | |||
2023-10-02 | fix(tmux): don't autostart inside background intelliJ (#11927) | HeroCC | |
2023-10-02 | feat(asdf): load zsh completions instead of bash ones | Thomas Faugier | |
Closes #11143 Closes #8779 Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
2023-09-29 | docs(gas): update plugin url (#11918) | Jake Conway | |
2023-09-28 | fix(gradle): remove look for settings.gradle files (#11917) | Piotr Minkina | |
2023-09-27 | fix(git)!: remove `gt` alias | Carlo Sala | |
BREAKING CHANGE: `gt` alias clashes with Graphite CLI (https://graphite.dev). See https://github.com/ohmyzsh/ohmyzsh/pull/11910#issuecomment-1736340910 | |||
2023-09-26 | feat(git): add reset aliases `grhk` and `grhs` (#11896) | Adam Johnson | |
2023-09-26 | feat(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-26 | feat(git): add branch rename alias `gbm` (#11909) | Adam Johnson | |
Co-authored-by: Gabriel Akinyosoye <gabrielfemi799@gmail.com> | |||
2023-09-26 | fix(git): remove `--text` from `gsts` (#11897) | Adam Johnson | |
2023-09-25 | docs(git): improve tables and language (#11895) | Adam Johnson | |
2023-09-25 | docs(web-search): add `youtube` entry | Carlo Sala | |
2023-09-21 | feat(dnf): use `dnf5` if available (#11904) | Marcus Müller | |
Co-authored-by: Marcus Müller <marcus_ohmyzsh@baseband.digital> | |||
2023-09-20 | feat(poetry-env): create plugin (#11069) | ajatkj | |
2023-09-20 | feat(hitchhiker): clean up refs to magic string (#11900) | Trick van Staveren | |
2023-09-20 | fix(gcloud): source `path.zsh.inc` always (#11901) | Marc-Antoine Godde | |
2023-09-17 | ci(installer): remove `vc link` which generates the wrong project | Marc 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-13 | fix(changelog): fix regression for unstyled code in commit subjects | Marc Cornellà | |
2023-09-13 | feat(grc): add support for arm64 macos (#11890) | Jérôme Benoit | |
2023-09-13 | feat(brew): add support for custom `BREW_LOCATION` | Carlo Sala | |
Fixes #11888 Co-authored-by: Matt Cable <github@curiousstranger.org> | |||
2023-09-12 | feat(systemd): add alias for --failed commands (#11847) | bretello | |
2023-09-11 | feat(oldgalois): add theme (#11880) | Felipe Gallois | |
Closes #11879 | |||
2023-09-11 | feat(macos): update spotify plugin to upstream (#11534) | Samuel Beckley | |
2023-09-11 | feat(mortalscumbag): show toolbox info (#11884) | AJ Jordan | |
2023-09-10 | fix(git-commit): fix compatibility of alias functions (#11883) | Haltarys | |
2023-09-06 | feat(pipenv): add option to disable auto shell feature | Carlo Sala | |
Closes #11472 | |||
2023-09-06 | docs(git): align markdown table borders (#11878) | Adam Johnson | |
2023-09-06 | feat(git): add bisect aliases `gbsn` and `gbso` (#11869) | Adam Johnson | |
2023-09-06 | feat(gallois): big rewrite to `gallois` theme (#11867) | Felipe Gallois | |
2023-09-06 | fix(git-commit): avoid conflict with `aliases` var | Carlo Sala | |
Closes #11876 | |||
2023-09-05 | fix(git)!: remove `-b` from `blame` alias (#11864) | Adam Johnson | |
2023-09-04 | feat(podman): add plugin (#11695) | Tjark | |
Closes #7489 Closes #9721 | |||
2023-09-04 | fix(init): exit gracefully if on non-zsh emulation mode (#11874) | Marc Cornellà | |
Fixes #11686 | |||
2023-09-04 | feat(git-commit): create plugin (#9646) | Oscar Lee-Vermeren | |
Co-authored-by: K. Akatsuki <thevortexspirit@gmail.com> | |||
2023-09-04 | feat(qodana): add completion plugin (#11813) | Peter Puškár | |
2023-09-03 | feat(tmux): allow all standard config files (#11103) | n0tr00t | |
Closes #11803 Co-authored-by: n0tr00t <106423923+n0tr00teuorg@users.noreply.github.com> | |||
2023-09-03 | fix(extract): remove extraction file extension for tar (#11873) | Daniel Wang | |
2023-09-02 | feat(battery): add support for OpenBSD (#11872) | not pua | |
2023-08-31 | fix(termsupport): match all `foot`-like terminfo (#11868) | James Cuzella | |