Skip to content

Instantly share code, notes, and snippets.

@kmplngj
Created February 15, 2020 20:03
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 kmplngj/968b5ab8f819135ac83204504fc4b9cf to your computer and use it in GitHub Desktop.
Save kmplngj/968b5ab8f819135ac83204504fc4b9cf 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