Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
(#6195)
Co-authored-by: Matthias Doering <matthias.doering@teamix.de>
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
Fixes #9737
|
|
|
|
|
|
Fixes missing $USER value in ArchLinux sh (bash)
|
|
|
|
Co-authored-by: Marc Cornellà <hello@mcornella.com>
|
|
Closes #4962
|
|
|
|
|
|
|
|
Closes #6555
|
|
|
|
|
|
|
|
Co-authored-by: Mike Mattice <mmattice@reliant.io>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #10587
|
|
|
|
|
|
Fixes #10578
|
|
|
|
|
|
The previous check only worked if the user could run `sudo` without typing the
password, which is almost none (I checked in Google Cloud Shell so I failed to
notice this).
This new check works whether the user has no sudo privileges, or if it has,
whether they have to type in the password or not.
It should really be easier to check if the user doesn't have privilege without
having to make them type the password.
|
|
This fixes the error in Google Cloud Shell, where a password prompt
appears when running `chsh` but the user (hello) does not have a
password.
If ran with `sudo`, the `chsh` command happens without a password
prompt.
|
|
|
|
|
|
|