Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-21 | feat(terraform): add `tfc` alias (#10815) | rohitbahekar | |
2023-02-21 | fix(terraform): go back to zsh custom completion | Carlo Sala | |
Revert fcbfdf42de702d55174fe2b19142ba232289671e | |||
2023-02-20 | feat(git): add aliases for gone branches (#9250) | Francesco Ilario | |
Closes #8457 Closes #9973 | |||
2023-02-17 | feat(git): add `gpod` alias | guenthgr | |
Closes #11501 | |||
2023-02-17 | fix(gcloud): add location of latest snap install (#11502) | Juan Antonio Ramírez | |
Latest snap installs gcloud at /snap/google-cloud-cli, so add that to the list of possible locations. | |||
2023-02-12 | docs(lando): php support (#11491) | Ruben van Erk | |
2023-02-12 | fix(fzf): installation dir for brew M1 (#11490) | GrandZhuo | |
2023-02-11 | fix(gradle): move compdef line (#11488) | Bartek Pacia | |
2023-02-09 | feat(gradle): update completion from upstream (#11485) | Bartek Pacia | |
2023-02-08 | fix(git): `gpristine` requires two `--force` flags | Carlo Sala | |
Fixes #11483 | |||
2023-02-07 | docs(git): remove duplicated line | Carlo Sala | |
2023-02-07 | feat(azure): add `azure` plugin (#8848) | Julien Rottenberg | |
Co-authored-by: hagridaaron <hagridaaron@gmail.com> Co-authored-by: Terry <tmoschou@gmail.com> Closes #8847 | |||
2023-02-06 | feat(zsh-interactive-cd): sync version with upstream (#11024) | Andrew Stone | |
2023-02-06 | feat(git)!: add `force-if-includes` flag (#11481) | Unnit Metaliya | |
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> Closes #11388 BREAKING CHANGE: `gpf` and `gpsupf` now have the `--force-if-includes` flag if git version is greater than 2.30. It will make force pushes more safer. See https://stackoverflow.com/questions/65837109/when-should-i-use-git-push-force-if-includes | |||
2023-02-05 | feat(extract): add `zpaq` support (#11478) | david | |
2023-02-02 | fix(sudo): only call redisplay if zle is enabled | Carlo Sala | |
Fixes #11322 | |||
2023-02-02 | docs(fasd): recommend fork over original fasd (#11474) | David Yang | |
2023-02-01 | feat(dotnet): add `dwt` alias (#11470) | Stoyan Dimov | |
2023-01-28 | feat(git): add `gpsupf` alias (#11268) | Taehyun Hwang | |
2023-01-27 | fix(fzf): fix check for true Debian-like in debian setup function (#11460) | Marc Cornellà | |
Check for `apt` and `apt-get` in debian setup function. Look for exact directory in debian-like setup function. Fixes #11459 | |||
2023-01-26 | fix(systemadmin): handle error for no IPv6 route in `geteip` (#11458) | Marc Cornellà | |
2023-01-22 | feat(fzf): add `skip-dpkg` flag to avoid some regressions | Carlo Sala | |
See https://github.com/ohmyzsh/ohmyzsh/pull/11122#issuecomment-1399607430 | |||
2023-01-21 | perf(fzf): speed up startup on debian (#11122) | Yuxin Wu | |
2023-01-19 | fix(brew)!: rename `buf` alias to `bfu` | Carlo Sala | |
BREAKING CHANGE: rename `buf` alias to `bfu` to avoid conflicts with protobuf tool | |||
2023-01-17 | feat(nats)!: rename `nsc` plugin to `nats` | Carlo Sala | |
2023-01-16 | feat(nsc): add completion plugin | Carlo Sala | |
2023-01-16 | feat(extract): add `pbzip2` and `pixz` (#11435) | xiagw | |
2023-01-13 | fix(emacs): make `alternate-editor` work for emacs >28 | Carlo Sala | |
Closes #11441 | |||
2023-01-13 | feat(aws): load profiles from credentials file (#11196) | Noam Cohen | |
Fixes #8472 | |||
2023-01-12 | docs(git): add missing entries and run formatter | Romain Janvier | |
2023-01-12 | feat(git): use verbose flags in aliases | Jack DeVries | |
Closes #11244 Closes #11246 Closes #10101 Closes #11380 | |||
2023-01-11 | docs(qrsvg): fix command example (#11436) | Rafael Laurindo | |
2023-01-09 | feat(yarn): add alias for `yarn why` (#10773) | Dmndz | |
* feat(yarn): add `yarn why` * docs(yarn): update readme Co-authored-by: Basia Józefowska <jozefowska.b@mpcreation.net> Co-authored-by: Robby Russell <robby@planetargon.com> | |||
2023-01-09 | feat(qrcode): new plugin to generate qrcode via https://qrcode.show (#10247) | Celestino Gomes | |
* feat(qrcode): new plugin to generate qrcode via https://qrcode.show * code fix suggested by @JuniorJPDJ * Update docs to clarify how to interact with it Co-authored-by: Robby Russell <robby@planetargon.com> | |||
2023-01-09 | fix(jira): Update README examples to a table format | Robby Russell | |
2023-01-09 | fix(macos): fix `man-preview` for macOS Ventura (#11324) | cxy004 | |
2023-01-09 | feat(jira): support rapid view on rapid board mode (#9459) | Arnaud Zheng | |
* feat(jira): support rapid view on rapid board mode * Update README to clarify how the rapid board/view works Co-authored-by: Robby Russell <robby@planetargon.com> | |||
2023-01-09 | feat(jira): add optional plugin "tempo" path (#11121) | Vladimir | |
CHANGE: added new environment variable JIRA_TEMPO_PATH to allow set an optional path Co-authored-by: Vladimir Antoscenco <vladimir.antoscenco@tekoway.com> | |||
2023-01-09 | refactor(jira)!: rename myissues to mine and add completion (#10931) | August Feng | |
2023-01-09 | fix(jira): Make prefix check on "jira branch" command case-insensitive (#8799) | Alex | |
* Make prefix check on "jira branch" command case-insensitive * Update plugins/jira/jira.plugin.zsh Co-authored-by: Marc Cornellà <hello@mcornella.com> * Fixing tabs to spaces Co-authored-by: Robby Russell <robby@planetargon.com> Co-authored-by: Marc Cornellà <hello@mcornella.com> | |||
2023-01-09 | feature(heroku-cli): Add heroku cli alias (#9073) | A2n | |
* ✨ feat(alias): import alias from local repo * 📝 feat(alias): import doc form local repo | |||
2023-01-09 | feat(homebrew): Brew greedy upgrade aliases (#9623) | F. Javier Campa L | |
* Added 'greedy' brew upgrade aliases' * Added a description of the new 'greedy' upgrade aliases Co-authored-by: Robby Russell <robby@planetargon.com> | |||
2023-01-09 | feat(homebrew): Adding new alias for brew uninstall --zap as buz closes ↵ | Sung kyung Park | |
#10329 (#10331) * Adding new alias for brew uninstall --zap as buz * Closes #10329 * add buz * closes #10329 * Fix typo * Closes ohmyzsh#10329 * Closes ohmyzsh#10329 Co-authored-by: Sung <sungkyungpark@bol.com> Co-authored-by: Robby Russell <robby@planetargon.com> | |||
2023-01-09 | feat(bridgetown): Add plugin for Ruby bridgetown site generator (#10496) | Lee Stetson | |
2023-01-06 | fix(git-extras): type properly `__gitex_command_successful` calls | Carlo Sala | |
Closes #11430 | |||
2023-01-06 | feat(git): accept `default` and `mainline` as main branches (#11431) | ZigZagT | |
2023-01-03 | feat(pipenv): standarize completion generation (#11424) | Alastair Rankine | |
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> Closes #11423 | |||
2023-01-02 | fix(autojump): use sh file instead of zsh in NixOS (#11425) | Ennio Mara | |
2023-01-02 | fix(autojump): fix autojump sourcing in nix (-darwin) (#11422) | Ennio Mara | |
* fix(autojump): fix autojump sourcing in nix (-darwin) This plugin expects to source an sh/zsh file which sets up autojump, but that is not done when running Nix on macos using nix-darwin. Looking at the old value (/etc/profiles/per-user/$USER/bin/autojump), it points to a binary file instead of the setup script. * Use zsh file instead of sh | |||
2022-12-30 | feat(systemd): add support for user units in prompt (#11417) | the.brain.w | |