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
Add the following code to the ~/.bashrc file
if [ -t 1 ]; then
if command -v zsh # Git for Windows doesn't have zsh, this avoids it to exit 1 by startup
then
exec zsh
fi
fi