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 Remove global aliases because their limited use (`ZIDIR/…` isn't working) and replace `typeset -g …` with `hash -d …` so that the named directories are completed. Eg.: `~ZI`...

zinit
docs

### What happened? `zinit snippets` does not work with following error. ``` > zinit snippets No `tree' program, it is required by the subcommand `ls' Download from: http://mama.indstate.edu/users/ice/tree/ It is...

bug

Status: The "problem" was worked around by changing the patch annex to hook into a different place, but the underlying problem is still there (from https://github.com/zdharma-continuum/zinit/issues/467#issuecomment-1464989941): basically no hook for...

bug

### Documentation Link https://github.com/zdharma-continuum/zinit/blob/main/README.md ### Problem Firstly, many thanks to @vladdoster, @pschmitt ,et al, for taking over the `zinit` project. Don't know what I'd do without it! I was at...

documentation

### What happened? The elapsed time reported by `zi update` is incorrect. ### Steps to reproduce time { zinit update } ### Relevant output _No response_ ### Screenshots and recordings...

bug

### What happened? After installing zinit 3.8.0 the following line appears ```bash cp: /opt/homebrew/Cellar/zinit/3.8.0/doc/zinit.1: No such file or directory ``` ### Steps to reproduce 1. Remove `~/.zinit` folder 2. Use...

bug
released

### What happened? The documentation states that the `-q` or `-Q` parameter for `zinit creinstall` is quiet, but it prints `==> Installed 1 completion`. This is annoying because I have...

bug

### What happened? Exactly what it says in the title. Yes, I know this sounds insane. Because of that I have produced a ready to execute Dockerfile that reproduces the...

bug

### What happened? I suspect this is inconsistent behavior ### Steps to reproduce 1. Run the following snippet: ```zsh zi ice \ compile'key-bindings.zsh' \ dl="$(builtin print -c -- https://raw.githubusercontent.com/junegunn/fzf/master/{shell/{'key-bindings.zsh;','completion.zsh ->...

bug

### What happened? When there actually a new version for [fzf](https://github.com/junegunn/fzf/releases), currently 0.35.1, but when execute ```bash zi update junegunn/fzf Binary release already up to date (version: 0.34.0) ``` ###...

bug