summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-02fix(sudo): only call redisplay if zle is enabledCarlo Sala
Fixes #11322
2023-02-02feat(directories): add config to skip aliases (#11469)Hazael Sanchez
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-02-02docs(fasd): recommend fork over original fasd (#11474)David Yang
2023-02-02fix(installer): automatically create ZDOTDIR path if it doesn't existMarc Cornellà
2023-02-02fix(installer): don't use `$ZDOTDIR` in zshrc file if same as `$HOME`Marc Cornellà
Fixes #11471
2023-02-01feat(dotnet): add `dwt` alias (#11470)Stoyan Dimov
2023-01-29feat(installer): respect and install in `$ZDOTDIR` if set (#9376)Alex
Fixes #9001 Fixes #10479 Closes #9376 Co-authored-by: Marc Cornellà <hello@mcornella.com>
2023-01-28feat(git): add `gpsupf` alias (#11268)Taehyun Hwang
2023-01-27fix(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-26fix(systemadmin): handle error for no IPv6 route in `geteip` (#11458)Marc Cornellà
2023-01-25fix(theme-and-appearance): fix `diff` completion in macOSCarlo Sala
Closes #11416 Closes #11454
2023-01-23feat(mlh): add separate prompt symbol for root user (#11451)Bartek Pacia
2023-01-22feat(fzf): add `skip-dpkg` flag to avoid some regressionsCarlo Sala
See https://github.com/ohmyzsh/ohmyzsh/pull/11122#issuecomment-1399607430
2023-01-21perf(fzf): speed up startup on debian (#11122)Yuxin Wu
2023-01-20feat(functions/take): make `.tgz` behave as `.tar.gz` (#11446)Joan Marcè i Igual
2023-01-19fix(brew)!: rename `buf` alias to `bfu`Carlo Sala
BREAKING CHANGE: rename `buf` alias to `bfu` to avoid conflicts with protobuf tool
2023-01-17feat(nats)!: rename `nsc` plugin to `nats`Carlo Sala
2023-01-17fix(upgrade): do not upgrade if not called from ttyCarlo Sala
Fixes #11390
2023-01-17fix(init): remove duplicated checkCarlo Sala
It was added due to #9039. See https://github.com/ohmyzsh/ohmyzsh/pull/11400#pullrequestreview-1223587420
2023-01-16feat(nsc): add completion pluginCarlo Sala
2023-01-16feat(extract): add `pbzip2` and `pixz` (#11435)xiagw
2023-01-15fix(clipboard): move wsl detection to higher priority (#11440)Carlo Sala
Closes #8827
2023-01-13fix(emacs): make `alternate-editor` work for emacs >28Carlo Sala
Closes #11441
2023-01-13feat(aws): load profiles from credentials file (#11196)Noam Cohen
Fixes #8472
2023-01-13ci: update to `checkout@v3` to avoid warningsCarlo Sala
2023-01-12docs(git): add missing entries and run formatterRomain Janvier
2023-01-12feat(git): use verbose flags in aliasesJack DeVries
Closes #11244 Closes #11246 Closes #10101 Closes #11380
2023-01-12Revert "fix(lib): send carriage return after `title` to fix #11314 (#11315)"Marc Cornellà
This reverts commit 3dd83a22a160249a71631a51490fd3b89d1b3975. See https://github.com/ohmyzsh/ohmyzsh/issues/11314#issuecomment-1379492472
2023-01-11docs(qrsvg): fix command example (#11436)Rafael Laurindo
2023-01-11fix(lib): send carriage return after `title` to fix #11314 (#11315)Lawton Nichols
Window and tab titles are changed by emitting an unprintable escape sequence to the terminal. These escape sequences do not play nicely with the TAB character on multiple terminal emulators--they create un-deletable characters on the first line after command execution. Sending "\r" after changing the window and tab titles allows all characters on the first line to be deleted. Fixes #11314
2023-01-09feat(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-09feat(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-09fix(jira): Update README examples to a table formatRobby Russell
2023-01-09fix(macos): fix `man-preview` for macOS Ventura (#11324)cxy004
2023-01-09feat(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-09feat(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-09refactor(jira)!: rename myissues to mine and add completion (#10931)August Feng
2023-01-09fix(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-09feature(heroku-cli): Add heroku cli alias (#9073)A2n
* ✨ feat(alias): import alias from local repo * 📝 feat(alias): import doc form local repo
2023-01-09fix(brew): renamed buf alias to bfu (#11195)Kenneth Tan
* chore(plugins/brew): rename buf alias to bfu The alias `buf` collides with the protobuf tooling (buf)[https://buf.build/]. This commit renames the `buf` alias to `bfu` (`brew upgrade --formula`) so its semantically more aligned with `bcu` (`brew upgrade --cask`) as well as to avoid command collision especially with existing scripts that refers to `buf` as the tool and not the alias. * chore(brew): updated README.md Updated README to reflect renamed alias (`buf` -> `bfu`) Co-authored-by: Robby Russell <robby@planetargon.com>
2023-01-09feat(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-09feat(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-09feat(bridgetown): Add plugin for Ruby bridgetown site generator (#10496)Lee Stetson
2023-01-06chore: remove maksyms as maintainer of aws plugin (#11432)Maksym
I'm afraid I no longer use `ohmyzsh` or even `zsh` in favour of `fish`. Hence, it doesn't make sense for me to continue being the code owner for the plugin. Good luck with an amazing tool!
2023-01-06fix(git-extras): type properly `__gitex_command_successful` callsCarlo Sala
Closes #11430
2023-01-06feat(git): accept `default` and `mainline` as main branches (#11431)ZigZagT
2023-01-03fix(upgrade): check if git is available and workingCarlo Sala
macOS seems to break dev tools when updating the system. This should prevent the previous issues. See #11309 Closes #11420
2023-01-03feat(pipenv): standarize completion generation (#11424)Alastair Rankine
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> Closes #11423
2023-01-02fix(autojump): use sh file instead of zsh in NixOS (#11425)Ennio Mara
2023-01-02fix(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