zgen
zgen copied to clipboard
A lightweight and simple plugin manager for ZSH
I think this very nice plugin need some clarification about zshrc edition. If I understand well, if I modify my '.zshrc` file, I have to delete the `$ZGEN_INIT` file if...
I've noticed that ${fpath} starts to repeat (equal to the number of sourcing) the paths that mentioned in the ~/.zgen/init.zsh. It's normal? ~/.zgen/init.zsh.: ``` # ### Plugins & Completions fpath=(/home/kreedz/.zgen/zsh-users/zsh-autosuggestions-develop...
It shaves a bit of time to avoid sourcing zgen when you don't need to. Since that's kind of the point of this project, my `.zshrc` includes something like this:...
``` kreedz@debian:~% export TERM=screen-256color export% kreedz@debian:~% echo $TERM echoscreen-256color kreedz@debian:~% cd cd% kreedz@debian:~% pwd pwd/home/kreedz kreedz@debian:~% export TERM=xterm-256color export% kreedz@debian:~% cd kreedz@debian:~% pwd /home/kreedz ``` .zshrc: ``` source ~/.zgen/zgen.zsh if...
Despite `source "/custom/.zgen/zgen.zsh"` in `.zshrc` .zgen is still created at ~/.zgen. Is it possible to completely move anything zgen related to the custom path? And would it be ok to...
Hi, first of all thanks for zgen, moving from antigen and then from oh-my-zsh to prezto was super easy and now everything is faster. My custom prezto prompt is not...
Hi, I have a setup where I have both my normal and root user using a zsh configuration with zplug. I have noticed that when I switch users (su), I...
Hi, I use zgen along with zsh 4.3.10 (x86_64-redhat-linux-gnu) (unfortunately non upgradeable). I just updated the version I'm using, and it's no longer working. The incompatibility was added in 43a9b47615c359d7b99ec73aee0150ff5d6acd27,...
`zgen.zsh` allows the user to use his own prezto and OMZ forks by using `ZGEN_PREZTO_REPO` and `ZGEN_OH_MY_ZSH_REPO`. But then you have a problem with upstream, where you have to manually...
When I check some theme, the git repo will track the themes