Skip to content

Instantly share code, notes, and snippets.

@afurculita
Created March 8, 2016 13:23
Show Gist options
  • Save afurculita/d7a4927740c59f2e2321 to your computer and use it in GitHub Desktop.
Save afurculita/d7a4927740c59f2e2321 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