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

## Description ## Related Issue(s) ## Motivation and Context ## Usage examples #### before ```zsh zinit for cp"hub-*/etc/hub.zsh_completion -> _hub" from'gh-r' sbin'hub' @mislav/hub ``` #### after ```zsh zinit for from'gh-r'...

ci/cd
zinit
tests
release
feature

### If the feature request is for a plugin or theme, specify it here. _No response_ ### If the feature solves a problem you have, specify it here. I'm trying...

feature

### What happened? no error message ### Steps to reproduce 1. [install nvm](https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating) 2. type `nvm use` in terminal 3. press tab button 4. bug is reproduced ### Relevant output...

bug

### Issue Github is sunsetting Subversion support in 2024. ### Proposed feature #### `git sparse-checkout` To restrict working directory to a set of directories, run the following commands: git sparse-checkout...

### What happened? PR #613 broke my setup with `tj/git-extras` (and it might apply to other setups, too). Here's what I observed: 1. Since `git-extras` default target is `install` already,...

bug

The `exa` project is unmaintained and development moved the `eza` fork, but as of 1707207983, `eza` does not [release prebuilt macOS binaries](https://github.com/eza-community/eza/releases/tag/v0.18.0) unlike [`exa`](https://github.com/ogham/exa/releases/tag/v0.10.1). To avoid unnecessarily breaking user configurations,...

zinit
release
feature

### What happened? `zinit light @marlonrichert/zsh-edit` gives this error: ``` (anon):11: command not found: zsh-edit (anon):unfunction:13: no such hash table element: zsh-edit ``` This seems to be because the shadowing...

bug

### What happened? The ghr for eza-community/eza installs a windows binary on my (intel) mac. https://github.com/eza-community/eza/releases/tag/v0.11.0 contains: aarch64-unknown-linux-gnu-eza x86_64-pc-windows-gnu-eza.exe x86_64-unknown-linux-gnu-eza So the real problem is that it wrongly tries to...

bug

### What happened? I'm trying to load zsh-completions using `wait`. ### Steps to reproduce ``` ### Added by Zinit's installer ZINIT_DIR="$XDG_DATA_HOME/zinit" ZINIT_HOME="$ZINIT_DIR/zinit.git" if [[ ! -f $ZINIT_HOME/zinit.zsh ]]; then print...

bug

## Description Flags `--help`, `--no-pager`, and `--quiet` recognized by `self-update` command. ## Related Issue(s) Closes #632 ## Motivation and Context Improve user experience ## Usage examples ## How Has This...

ci/cd
zinit
tests
completion
fix
release