Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #5361
|
|
This fixes a problem when completion filenames with colons.
Source: https://git.zx2c4.com/password-store/commit/?id=ff5ac38f7984d7b3d2912dba106baa2fed52e530
|
|
Closes #9511
|
|
Co-authored-by: Yannick Galatol <yannick.galatol@gmail.com>
|
|
|
|
|
|
|
|
|
|
Closes #9439
|
|
|
|
Co-authored-by: Marc Cornellà <hello@mcornella.com>
|
|
Closes #9775
|
|
Closes #9775
|
|
- `fastfile_sync` didn't correctly create the aliases
- `fastfile_rm` didn't correctly remove the alias
Fixes #9151
Closes #9574
|
|
Closes #8069
|
|
Closes #5916
|
|
Closes #9498
|
|
|
|
|
|
|
|
Closes #6132
|
|
|
|
Closes #6688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For details and rationale, see:
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
Closes #10518
|
|
BREAKING CHANGE: `cargo` and `rustup` plugins have been moved to the `rust` plugin
since they're part of the Rust toolchain. If you're using these, update your .zshrc
file to use `rust` instead.
Closes #10270
Co-authored-by: Marc Cornellà <hello@mcornella.com>
|
|
|
|
Closes #10392
|
|
|
|
The previous version rebound the `hash` and `rehash` builtins to
reassing GNU utils when they were called. This didn't take into
account that when `$PATH` changes, the commands are rehashed as
well.
This version adds a preexec hook to reassign the GNU utilities
before running any command, if and only if they aren't already
reassigned. This is checked by looking at the `whoami` command.
Fixes #10535
|
|
|
|
|
|
|
|
|
|
BREAKING CHANGE: the `gop` alias has been renamed to `gopa` to avoid conflict with
Go+ `gop` command.
Fixes #10504
|