Skip to content

Instantly share code, notes, and snippets.

@duckinator
Created October 21, 2016 08:07
Show Gist options
  • Save duckinator/333c5a57d098701f5cb64910675efea1 to your computer and use it in GitHub Desktop.
Save duckinator/333c5a57d098701f5cb64910675efea1 to your computer and use it in GitHub Desktop.
Hack to make Bash on Windows auto-start zsh. Prepend to .bashrc.
if [ "$SHLVL" == "1" ]; then
exec zsh
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment