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
Currently supercharge has a binding to reload .zshrc: bindkey -s '^x' '^usource ${ZDOTDIR:-$HOME}/.zshrc\n'
I think this either needs to be documented in README.md and/or provide user feedback with an echo 'reloading zshrc...', or removed.
The reason I think it may be better to remove it is the potential for user errors:
accidental ctrl-z or ctrl-c presses due to proximity