- Aug 15, 2024
-
-
Marc Cornellà authored
- Rename `git push --force-with-lease ...` to `gpff` - Add a y/n confirmation prompt to `gpf` before running `git push --force-with-lease ...` BREAKING CHANGE: this change adds a confirmation prompt to the `gpf` alias before running the potentially destructive `git push --force-with-lease` command. If you want to force-run the command without having to confirm it, run `gpff`.
-
Marc Cornellà authored
-
- Aug 14, 2024
-
-
Sebastian Müller authored
Closes #7318 Closed #9691 Co-authored-by: garywei944 <33930674+garywei944@users.noreply.github.com> Co-authored-by: Marc Cornellà <marc@mcornella.com>
-
- Aug 12, 2024
-
-
Gentoo authored
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
-
- Aug 11, 2024
-
-
August Feng authored
Co-authored-by: August Feng <au.fengster@gmail.com>
-
dependabot[bot] authored
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Aug 09, 2024
-
-
Marc Cornellà authored
-
- Aug 08, 2024
-
-
Marc Cornellà authored
-
Marc Cornellà authored
BREAKING CHANGE: the `docker-machine` plugin is removed as it was deprecated and unsupported years ago. Use Docker Desktop instead.
-
Marc Cornellà authored
BREAKING CHANGE: the `vault` plugin added completion for the `vault` CLI. Since a while back there is already official completion. This change removes the deprecated plugin.
-
- Aug 04, 2024
-
-
Marc Cornellà authored
-
Philip H. authored
-
- Aug 02, 2024
-
-
Carlo Sala authored
-
SpeakinTelnet authored
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
-
- Aug 01, 2024
-
-
Alvin Crespo authored
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
-
Alessio Perugini authored
-
Carlo Sala authored
BREAKING CHANGE: `pyenv` will not be loaded at startup anymore if a virtual env if found to avoid overwriting the expected python version. Closes #12589
-
Carlo Sala authored
Closes #11673
-
13steinj authored
-
Marc Cornellà authored
BREAKING CHANGE: the `kubectx` plugin now properly displays contexts from the kubectx_mapping array, without using double quotes. Please refer to the plugin README to see how to use it properly. Closes #12534 Co-authored-by: Ken Kelly <ken@kenhkelly.us>
-
Jonas Geiregat authored
-
- Jul 30, 2024
-
-
Marc Cornellà authored
-
- Jul 28, 2024
-
-
0x07CB authored
-
- Jul 27, 2024
-
-
Marc Cornellà authored
Fixes #12582
-
Kayhan Gültekin authored
Co-authored-by: Marc Cornellà <marc@mcornella.com>
-
Marc Cornellà authored
Fixes #12388
-
- Jul 24, 2024
-
-
Marc Cornellà authored
-
Adam Katz authored
-
Philip H authored
Closes #12574
-
Martin Beentjes authored
Closes #10660
-
Celestino Gomes authored
Closes #10215 Co-authored-by: Marc Cornellà <marc@mcornella.com>
-
Alessandro Agnelli authored
Fixes #8871 Co-authored-by: Marc Cornellà <marc@mcornella.com>
-
Katrin Leinweber authored
BREAKING CHANGE: the `bubc` alias has been removed, as `brew cleanup` is performed automatically. Instead, the `bup` alias is added to just run `brew upgrade`. See https://brew.sh/2019/02/02/homebrew-2.0.0 Closes #7536
-
- Jul 23, 2024
-
-
Marc Cornellà authored
-
Marc Cornellà authored
BREAKING CHANGE: the `fd` plugin has been removed, as it only shipped its completion, which is now already included in all the usual package managers.
-
Marc Cornellà authored
BREAKING CHANGE: the `ripgrep` plugin has been removed, as it only shipped its completion, which is now already included in all the usual package managers.
-
Marc Cornellà authored
BREAKING CHANGE: the `ag` "The Silver Searcher" plugin has been removed, as it only shipped its completion, which is now already included in all the usual package managers.
-
Marc Cornellà authored
-
Marc Cornellà authored
Completion for `gem` was included in zsh 5.5 and newer. This change only uses the Oh My Zsh one if running an older version. Reference: https://github.com/zsh-users/zsh/commit/9881778d48caf842f794d986bc9befebf0fb01c2
-
Marc Cornellà authored
BREAKING CHANGE: the `adb` plugin has been removed in favor of the completion provided out-of-the-box by zsh since 4.3.14. This commit removes plugin `adb`, which bundles custom completion for the `adb` tool for Android. `adb` completion is already supported out of the box in zsh 4.3.14 and older. Reference: https://github.com/zsh-users/zsh/commit/d1a557d008b7fa7881327acbd6decdb50631cc9c
-