- 21 Dec, 2021 1 commit
-
-
rutriff authored
Closes #9396
-
- 18 Dec, 2021 6 commits
-
-
Ming Aldrich-Gan authored
This is an improvement (in my opinion) to the `brews` command that prints each leaf formula (in white), followed by its dependencies (in blue), on each line. Compared to the existing flat list of formulae, the new layout is both more compact and more informative, by differentiating leaves from dependencies at a glance. Screenshot: <img width="530" src="https://user-images.githubusercontent.com/1753319/130641713-b78535c9-e3f5-4dbb-80f8-22bc00e1129d.png">
-
Celestino Gomes authored
* feat(rvm): add alias `rvms` * docs(rvm): new alias `rvms`
-
Eric authored
-
jxlwqq authored
-
Robi Nino authored
-
theVerusDev authored
* Added support for SUSE and derivatives for command-not-found plugin * Updated command-not-found documentation to list support for SUSE and derivatives
-
- 17 Dec, 2021 6 commits
-
-
jxlwqq authored
* Add plugin for istioctl completion. close #10405 * fix typo * Update README.md
-
Patrick Fitzgerald authored
For Volta JavaScript toolchain https://github.com/volta-cli/volta
-
Carlo Sala authored
-
smac89 authored
-
Sean Flanigan authored
Closes #9463
-
Logan Linn authored
-
- 16 Dec, 2021 3 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes fb86ec77
-
- 14 Dec, 2021 1 commit
-
-
Marc Cornellà authored
-
- 13 Dec, 2021 23 commits
-
-
K Harishankar authored
Co-authored-by:
K Harishankar <48408097+Haritronic909@users.noreply.github.com>
-
deimosian authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #10505
-
Marc Cornellà authored
Closes #10474 Co-authored-by:
Tom Payne <twpayne@gmail.com>
-
Marc Cornellà authored
-
fengkx authored
BREAKING CHANGE: the `DEFAULT_PROXY` setting has been renamed to `SHELLPROXY_URL`, and `CONFIG_PROXY` has been renamed to `SHELLPROXY_CONFIG`. See the plugin README for more information. Co-authored-by:
Marc Cornellà <hello@mcornella.com>
-
Frank Van Damme authored
Closes #5992
-
Marc Cornellà authored
-
Marc Cornellà authored
-
David Sutherland authored
Closes #2177 Closes #6197 Co-authored-by:
Henrik Ravn <hravnx@gmail.com>
-
Marc Cornellà authored
-
Pandu POLUAN authored
Closes #8912
-
Romain Failliot authored
Added the red dot (instead of the default `*`) if the branch is dirty. The bira theme only supported git, now it supports mercurial as well. It needed ito call `hg_prompt_info` and the `ZSH_THEME_HG_PROMPT_` variables. Closes #6631
-
Romain Failliot authored
BREAKING CHANGE: the `hg_prompt_info` function now uses `ZSH_THEME_HG_PROMPT_PREFIX` and `ZSH_THEME_HG_PROMPT_SUFFIX` variables when displaying branch information, similar to the `git_prompt_info` function. Closes #6631
-
anatolyrr authored
Replaced two different calls of hg with one `hg --id --branch` for retrieving information whether we're in a repo (will be empty if not), whether the repo is dirty (revision id will contain "+" if there are uncommitted changed), and the branch name. Closes #6197 Closes #7929
-