Skip to content

Instantly share code, notes, and snippets.

@martynhaigh
Created July 16, 2014 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martynhaigh/43db6c4c53bf9a952d31 to your computer and use it in GitHub Desktop.
Save martynhaigh/43db6c4c53bf9a952d31 to your computer and use it in GitHub Desktop.
Change shell in OSX
1, Add Fish to /etc/shells, which will require an administrative password:
echo "/usr/local/bin/fish" | sudo tee -a /etc/shells
2, Make Fish your default shell with chsh:
chsh -s /usr/local/bin/fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment