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
When zgenom was fully loaded (`__zgenom`) localoptions and extendedglob
was being set to find all autoloaded functions.
This localoptions would prevent setting any options from the file
sourced by this first call.
So when for example the first call was `zgenom load my/plugin`
`my/plugin` wouldn't be able to set any options. This would only occur
in the first shell after `zgenom reset` since this issue would not
persist in the generated `init.zsh`.
Closestarjoilija#101
Very good framework, much faster than others-- thank you.
Suggestion to add to README.md so it is explicitly clear.
Load external theme:
zgen load bhilburn/powerlevel9k powerlevel9k.zsh-theme
👍
The text was updated successfully, but these errors were encountered: