Skip to content

Instantly share code, notes, and snippets.

@rcgalbo
Created April 10, 2018 16:44
Show Gist options
  • Save rcgalbo/418b3f8202290369ddc7bdd44da2d114 to your computer and use it in GitHub Desktop.
Save rcgalbo/418b3f8202290369ddc7bdd44da2d114 to your computer and use it in GitHub Desktop.
Setting Fish as your default shell on Mac OS X
$ 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