Created
June 16, 2014 05:30
-
-
Save sirmews/f0893279831881fd4644 to your computer and use it in GitHub Desktop.
setting fish shell as default on OS X
This file contains 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
echo "/usr/local/bin/fish" | sudo tee -a /etc/shells | |
chsh -s /usr/local/bin/fish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment