You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.:
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.:
.zshrc
:So if I do
source .zshrc
thrice than the $fpath will contain next paths (repeated three times):Doing
zgen reset
before everysource
prevents that.The text was updated successfully, but these errors were encountered: