Age | Commit message (Collapse) | Author |
|
Fixes #11322
|
|
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
|
|
|
|
|
|
Fixes #11471
|
|
|
|
Fixes #9001
Fixes #10479
Closes #9376
Co-authored-by: Marc Cornellà <hello@mcornella.com>
|
|
|
|
Check for `apt` and `apt-get` in debian setup function.
Look for exact directory in debian-like setup function.
Fixes #11459
|
|
|
|
Closes #11416
Closes #11454
|
|
|
|
See https://github.com/ohmyzsh/ohmyzsh/pull/11122#issuecomment-1399607430
|
|
|
|
|
|
BREAKING CHANGE: rename `buf` alias to `bfu` to avoid conflicts with
protobuf tool
|
|
|
|
Fixes #11390
|
|
It was added due to #9039. See https://github.com/ohmyzsh/ohmyzsh/pull/11400#pullrequestreview-1223587420
|
|
|
|
|
|
Closes #8827
|
|
Closes #11441
|
|
Fixes #8472
|
|
|
|
|
|
Closes #11244
Closes #11246
Closes #10101
Closes #11380
|
|
This reverts commit 3dd83a22a160249a71631a51490fd3b89d1b3975.
See https://github.com/ohmyzsh/ohmyzsh/issues/11314#issuecomment-1379492472
|
|
|
|
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
|
|
* 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>
|
|
* 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>
|
|
|
|
|
|
* 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>
|
|
CHANGE: added new environment variable JIRA_TEMPO_PATH to allow set an optional path
Co-authored-by: Vladimir Antoscenco <vladimir.antoscenco@tekoway.com>
|
|
|
|
* 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>
|
|
* ✨ feat(alias): import alias from local repo
* 📝 feat(alias): import doc form local repo
|
|
* 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>
|
|
* Added 'greedy' brew upgrade aliases'
* Added a description of the new 'greedy' upgrade aliases
Co-authored-by: Robby Russell <robby@planetargon.com>
|
|
#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>
|
|
|
|
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!
|
|
Closes #11430
|
|
|
|
macOS seems to break dev tools when updating the system. This should
prevent the previous issues. See #11309
Closes #11420
|
|
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Closes #11423
|
|
|
|
* 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
|