Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chrisdlees/60cbd0ed04a7db605a08a57807afb618 to your computer and use it in GitHub Desktop.
Save chrisdlees/60cbd0ed04a7db605a08a57807afb618 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