Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save miracleyoo/c38390fdb13fae57d2c2245721a003d8 to your computer and use it in GitHub Desktop.
Save miracleyoo/c38390fdb13fae57d2c2245721a003d8 to your computer and use it in GitHub Desktop.
Making zsh default shell without root access
# Create .bash_profile in your home directory and add these lines:
export SHELL=/bin/zsh
exec /bin/zsh -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment