Skip to content

Instantly share code, notes, and snippets.

@dcyoung-dev
Created June 7, 2019 13:49
Show Gist options
  • Save dcyoung-dev/ede1dcbdd42b8010333c073b7a0e1c0b to your computer and use it in GitHub Desktop.
Save dcyoung-dev/ede1dcbdd42b8010333c073b7a0e1c0b to your computer and use it in GitHub Desktop.

Switching from bash to zsh

  1. Install zsh using brew brew install zsh
  2. Set ZSH as default shell chsh -s /bin/zsh
  3. Copy bash profile cat ~/.bash_profile >> ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment