Age | Commit message (Collapse) | Author |
|
Closes #11430
|
|
|
|
macOS seems to break dev tools when updating the system. This should
prevent the previous issues. See #11309
Closes #11420
|
|
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Closes #11423
|
|
|
|
* fix(autojump): fix autojump sourcing in nix (-darwin)
This plugin expects to source an sh/zsh file which sets up autojump, but
that is not done when running Nix on macos using nix-darwin. Looking at
the old value (/etc/profiles/per-user/$USER/bin/autojump), it points to a
binary file instead of the setup script.
* Use zsh file instead of sh
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #11364
|
|
|
|
|
|
|
|
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
|
|
|
|
Co-authored-by: Michał Regulski <regulskimichal@outlook.com>
Closes #10942
|
|
|
|
|
|
|
|
Closes #11089
|
|
|
|
Taken from https://github.com/docker/cli/blob/79dca7a38e9969f9d0694d85adbaf13394d893ac/contrib/completion/zsh/_docker
Closes #10826
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
|
|
Closes #11341
|
|
|
|
|
|
Co-authored-by: Marc Cornellà <hello@mcornella.com>
|
|
|
|
|
|
|
|
Closes #10914
|
|
|
|
|
|
|
|
document caution (#10686)
BREAKING CHANGE: function `fixperms` has been renamed to the more accurate `resetperms`.
Please read the README carefully before using it as it may badly reset the permissions.
Fixes #10648
Closes #10686
|
|
🗸 Standardize code style
🗸 Organize code sections
🗸 Optimize calls for window ID
|
|
Fixes #10971
|