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
Hello, I was wondering why the default is to have reporting and unloading of plugins, as that's the drawback of using light-mode (you lose that). I've since prepended zi lucid light-mode wait for \ to my plugins and managed to have the load time be around 0.099s, as opposed to 0.263s without it.
This is a bit off topic but I also use this for commands I invoke less frequently: wait'[[ -n ${ZLAST_COMMANDS[(r)git*]} ]]' which was suggested before the repo got deleted.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I was wondering why the default is to have reporting and unloading of plugins, as that's the drawback of using
light-mode
(you lose that). I've since prependedzi lucid light-mode wait for \
to my plugins and managed to have the load time be around 0.099s, as opposed to 0.263s without it.This is a bit off topic but I also use this for commands I invoke less frequently:
wait'[[ -n ${ZLAST_COMMANDS[(r)git*]} ]]'
which was suggested before the repo got deleted.Beta Was this translation helpful? Give feedback.
All reactions