- 07 Mar, 2022 8 commits
-
-
-
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
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
-
- 05 Mar, 2022 1 commit
-
-
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.
-
- 02 Mar, 2022 1 commit
-
-
JM" (Jason Meridth) authored
-
- 28 Feb, 2022 1 commit
-
-
Marc Cornellà authored
Fixes #10744
-
- 24 Feb, 2022 2 commits
-
-
Carlo Sala authored
-
Carlo Sala authored
-
- 22 Feb, 2022 2 commits
-
-
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
-
- 18 Feb, 2022 1 commit
-
-
Marc Cornellà authored
-
- 11 Feb, 2022 2 commits
-
-
-
Carlo Sala authored
Source: https://github.com/BurntSushi/ripgrep/blob/13.0.0/complete/_rg
-
- 10 Feb, 2022 6 commits
-
-
Sam Cook authored
-
Zachary Cutlip authored
-
sed-i authored
BREAKING CHANGE: some aliases have been renamed to be consistent with the rest. Mainly, aliases for `juju show-` commands are renamed to `jsh*`. This also means that `jsh` and `jshc` have been renamed to `jssh` and `jsshc`. Have a look at the README for the complete alias changes.
-
sed-i authored
BREAKING CHANGE: `wjst` will no longer show storage in the status output. This is done for consistency with the `jst` and `jsts` aliases.
-
sed-i authored
-
sed-i authored
Closes #10426
-
- 09 Feb, 2022 2 commits
-
-
Carlo Sala authored
-
Michael Favia authored
-
- 03 Feb, 2022 1 commit
-
-
Carlo Sala authored
-
- 01 Feb, 2022 3 commits
-
-
Civan Yavuzşen authored
Co-authored-by:
C. Yavuzsen <cyavuzsen@comscore.com>
-
Marc Cornellà authored
BREAKING CHANGE: the `zsh_reload` was deprecated long ago and showed a deprecation message. The `src` function was replaced by the CLI command `omz reload`, so use that instead from now on.
-
Marc Cornellà authored
BREAKING CHANGE: the `django` plugin was deprecated in 2021-09-22. With this change it has now been removed altogether. Zsh already provides built-in completion for Django commands.
-
- 28 Jan, 2022 2 commits
-
-
Gheritarish authored
-
Felipe Contreras authored
-
- 27 Jan, 2022 1 commit
-
-
ajr-dev authored
-
- 26 Jan, 2022 1 commit
-
-
Marc Cornellà authored
BREAKING CHANGE: the `npx` plugin used a feature of `npx` to check for npm packages and run them if a command was not found. This feature was removed in v7.0.0 and was deemed insecure. The `npx` plugin is now officially deprecated and will be removed soon. Fixes #10452
-
- 24 Jan, 2022 3 commits
-
-
Carlo Sala authored
-
David Chin authored
-
Ricky Medina authored
Co-authored-by:
Marc Cornellà <hello@mcornella.com>
-
- 21 Jan, 2022 1 commit
-
-
kronion authored
-
- 20 Jan, 2022 1 commit
-
-
Billy Mathews authored
Closes #6555
-
- 19 Jan, 2022 1 commit
-
-
Marc Cornellà authored
-