zgen icon indicating copy to clipboard operation
zgen copied to clipboard

A lightweight and simple plugin manager for ZSH

Results 44 zgen issues
Sort by recently updated
recently updated
newest added

Make possible for zgen to be installed in ZDOTDIR

I'm trying to get zsh to also load bash completion scripts. It seems like that's done with bashcompinit. zgen handles compinit for you, but from what I can tell, it...

It seems the variable [`ZSH_CACHE_DIR` is not set](https://github.com/ohmyzsh/ohmyzsh/wiki/Settings#zsh_cache_dir). This is causing `zgen oh-my-zsh plugins/docker` to fail on [this line](https://github.com/ohmyzsh/ohmyzsh/blob/a779d6563ffb2f0093b4b74c8d5ff0982fa3e930/plugins/docker/docker.plugin.zsh#L60) with: > tee: /completions/_docker: No such file or directory I'm opening...