Created
October 21, 2016 08:07
-
-
Save duckinator/333c5a57d098701f5cb64910675efea1 to your computer and use it in GitHub Desktop.
Hack to make Bash on Windows auto-start zsh. Prepend to .bashrc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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