Created
February 3, 2017 16:51
-
-
Save KennethanCeyer/07074280282f620906a25314a91dee83 to your computer and use it in GitHub Desktop.
setting zsh to default shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks