Created
September 1, 2018 17:20
-
-
Save fbchow/5b781d28f50d2bcbf3f1d2dc0d7bc434 to your computer and use it in GitHub Desktop.
How to Change Shell on Mac
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
| cd /etc/shells | |
| You will need to add: | |
| /usr/local/bin/fish | |
| to /etc/shells. | |
| Then run: | |
| chsh -s /usr/local/bin/fish | |
| to make fish your default shell. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment