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
expectation of a fresh shell (i.e. exec zsh)
The text was updated successfully, but these errors were encountered:
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 anecho 'reloading zshrc...'
, or removed.The reason I think it may be better to remove it is the potential for user errors:
exec zsh
)The text was updated successfully, but these errors were encountered: