Skip to content

Instantly share code, notes, and snippets.

@ippan
Created March 23, 2017 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ippan/55b0038ceeeef2847ec37d683711d1c8 to your computer and use it in GitHub Desktop.
Save ippan/55b0038ceeeef2847ec37d683711d1c8 to your computer and use it in GitHub Desktop.
auto start zsh in bash
if [ -t 1 ]; then
exec zsh
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment