Skip to content

Instantly share code, notes, and snippets.

@KennethanCeyer
Created February 3, 2017 16:51
Show Gist options
  • Save KennethanCeyer/07074280282f620906a25314a91dee83 to your computer and use it in GitHub Desktop.
Save KennethanCeyer/07074280282f620906a25314a91dee83 to your computer and use it in GitHub Desktop.
setting zsh to default shell
# Find zsh current path.
which zsh
# > /usr/local/bin/zsh
# Change shell to zsh.
# Do not use this command line with sudo.
chsh -s /usr/local/bin/zsh
@bshafiei-ir
Copy link

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment