zinit icon indicating copy to clipboard operation
zinit copied to clipboard

🌻 Flexible and fast ZSH plugin manager

Results 102 zinit issues
Sort by recently updated
recently updated
newest added

This was previously raised already, and so below is just a copy/paste from [issueexplorer](https://issueexplorer.com/issue/zdharma/zinit/540): **Is your feature request related to a problem? Please describe.** When the PATH variable is updated...

Following #12 it now makes sense to have zinit automatically detect manages in plugins and symlink them to `ZPX/man/man[1-9]`. This leads the creation of a new ice `nomanpages` to explicitly...

enhancement

We should create a wiki entry named `null` that explains why a specific link is dead. And lists a few hints about where to *maybe* find the missing info regardless:...

documentation
good first issue
maintenance

**Is your feature request related to a problem? Please describe.** I'm frustrated when something requires an unpacker, such as `xz`. **Describe the solution you'd like** Recognize and support `unar` for...

enhancement

TLDR, the following should be made possible: ```zsh zinit delete -y plugin1 plugin2 plugin3 ```

enhancement
good first issue

Currently, zinit only understands the `@author/plugin` syntax when loading plugins, the same should be supported for `delete` operations etc.

enhancement

Zinit can set temporary, local variables in the moment of loading a plugin, with `param'name->value'`. However, they aren't exported. This PR adds the `-x` option to the `local …` invocation...

zinit

The user can use them in 3 ways: $ cd BIN_DIR $ cd $BIN_DIR $ cd ~BIN_DIR Use global alias and vars to allow moving between dirs quicker. ## Description...

ci/cd
zinit
tests
docs

### What happened? Hello, I noticed with even just a plain zinit .zshrc, around 0.7% per shell is used; this increases with more plugins. ### Steps to reproduce 1. `.zshrc`...

bug

# Description Update Zinit install script to include following features: - [ ] Built-in completion - [ ] Formatted to Zinit convention - [ ] Option flags - [ ]...

enhancement