Skip to content

Instantly share code, notes, and snippets.

@gembin
Last active November 24, 2017 03:18
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 gembin/15e4d231904226936be43ca9bda1968f to your computer and use it in GitHub Desktop.
Save gembin/15e4d231904226936be43ca9bda1968f to your computer and use it in GitHub Desktop.
Install fish shell on mac
  • brew install fish
  • add /usr/local/bin/fish to /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