Skip to content

Instantly share code, notes, and snippets.

@walter
Created May 5, 2013 21:53
Show Gist options
  • Select an option

  • Save walter/5522337 to your computer and use it in GitHub Desktop.

Select an option

Save walter/5522337 to your computer and use it in GitHub Desktop.
# instead of just using chsh -s /bin/zsh (what comes with mac os x)
# symlink /bin/zsh to /usr/local/bin/zsh first
# as chsh -s /usr/local/bin/zsh isn't allowed
sudo mv /bin/zsh /bin/zsh-distribution-bak
sudo ln -s /usr/local/bin/zsh /bin/zsh
sudo chsh -s /bin/zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment