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
# Sourcing command in my ~/.zshrc
[ -s"/Users/pezcoder/.scm_breeze/scm_breeze.sh" ] &&source"/Users/pezcoder/.scm_breeze/scm_breeze.sh"
The first one's is sourcing without scm_breeze (~200ms)
& the later one's are with scm_breeze (~300ms)
It takes around ~100 ms to source scm_breeze.
Is there a way this can be improved further or maybe can be lazy initialised to when the first scm_breeze shortcut is used.
The text was updated successfully, but these errors were encountered:
What ?
& the later one's are with scm_breeze (~300ms)
It takes around ~100 ms to source scm_breeze.
Is there a way this can be improved further or maybe can be lazy initialised to when the first scm_breeze shortcut is used.
The text was updated successfully, but these errors were encountered: