- Mar 14, 2022
-
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #10767
-
- Mar 10, 2022
-
-
Marc Cornellà authored
-
- Mar 07, 2022
-
-
-
romanch authored
Closes #9600
-
Marc Cornellà authored
-
Alexey Poimtsev authored
BREAKING CHANGE: we've updated the aliases that run `rake` to use `rails` instead because that's how they are run since Rails v5. The old `rake` aliases can still be run by using the `rk` prefix (e.g. the `rake test` alias has been changed from `rt` to `rkt`). Closes #9601 Closes #9813 Fixes #10696 Co-authored-by: Vsevolod Voloshyn <seva.voloshin@gmail.com>
-
Marc Cornellà authored
Related: https://github.com/ohmyzsh/ohmyzsh/pull/10713/files#r820219899
-
Marc Cornellà authored
This commit fixes the error _coffee:49: bad math expression: operand expected at `< 2 ' when the coffee command is missing or the `coffee --version` command fails. It also uses is-at-least to check for the cut-off version for suggesting `--lint` and `--require` arguments, instead of using `cut` multiple times. Fixes #10759
-
Ivan authored
-
Eric Semeniuc authored
-
Vitul Rana authored
-
- Mar 05, 2022
-
-
Carlo Sala authored
BREAKING CHANGE: if both `fd` and `rg` are installed, default to using `fd`. This is the recommendation of the ripgrep author, and it's been found to be faster. If you want to force using `rg`, set the `FZF_DEFAULT_COMMAND` variable.
-
- Mar 04, 2022
-
-
SBado authored
-
- Mar 03, 2022
-
-
Marc Cornellà authored
Fixes #10751
-
Marc Cornellà authored
-
- Mar 02, 2022
-
-
JM" (Jason Meridth) authored
-
- Feb 28, 2022
-
-
Marc Cornellà authored
Fixes #10744
-
- Feb 25, 2022
-
-
Marc Cornellà authored
When the `git init` call fails, the directory is not created, so the rm command fails with a not found error. This change checks whether the directory exists before deleting it.
-
Markus (Vock) Arians authored
Co-authored-by: Markus Arians <markus.arians@andrena.de>
-
- Feb 24, 2022
-
-
Carlo Sala authored
-
Carlo Sala authored
-
Marc Cornellà authored
-
Carlo Sala authored
-
Marc Cornellà authored
The previous check simply compared whether the last commit of the branch was the same in the local and the remote repository. This commit also checks whether the remote commit is an ancestor of the local commit. This fixes the case where the local repository has new commits after the last published commit.
-
Marc Cornellà authored
-
- Feb 22, 2022
-
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #10680
-
Marc Cornellà authored
BREAKING CHANGE: the `copydir` plugin is deprecated. Instead of using `copydir`, use `copypath` which also supports copying the path of other files or directories specified.
-
Marc Cornellà authored
Closes #7569 Closes #10714
-
- Feb 21, 2022
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- Feb 18, 2022
-
-
Marc Cornellà authored
-
- Feb 13, 2022
-
-
Marc Cornellà authored
This lib function applies a patch to the VCS_INFO_formats function in zsh versions from v5.0.3 until v5.8, which don't quote % chars in some arguments received. Normally that just means that some % characters in these strings (branch names, directories, etc.) will be incorrectly parsed as formatting sequences. With CVE-2021-45444, however, this means that one of these strings from a malicious source (e.g. a malicious git repository) can trigger command injection and run arbitrary code in the user's machine when visiting such git repository. Zsh 5.8.1 fixes this vulnerability [1], but older vcs_info setups still need a workaround such as this one to patch the vulnerability. [1] https://github.com/zsh-users/zsh/commit/c3ea1e5d52eff8b7b172fa8c1ccc3462b43b2790
-
- Feb 11, 2022
-
-
-
Carlo Sala authored
Source: https://github.com/BurntSushi/ripgrep/blob/13.0.0/complete/_rg
-
Marc Cornellà authored
Reference: https://www.zsh.org/mla/users/2022/msg00067.html
-
Marc Cornellà authored
Co-authored-by: Philippe Troin <phil@fifi.org>
-
- Feb 10, 2022
-
-
Marc Cornellà authored
-