Created
April 10, 2018 16:44
-
-
Save rcgalbo/418b3f8202290369ddc7bdd44da2d114 to your computer and use it in GitHub Desktop.
Setting Fish as your default shell on Mac OS X
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
$ brew install fish | |
$ echo "/usr/local/bin/fish" | sudo tee -a /etc/shells | |
$ chsh -s `which fish` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment