Skip to content

Instantly share code, notes, and snippets.

@solarsailer
Last active August 29, 2015 13:57
Show Gist options
  • Save solarsailer/9464976 to your computer and use it in GitHub Desktop.
Save solarsailer/9464976 to your computer and use it in GitHub Desktop.
Set fish as default shell.

Install

brew install fish

Symlink the config folder:

ln -sf ~/PATH/TO/DROPBOX/FISH/CONFIG ~/.config/

Change

Set fish as default shell:

  1. Add /usr/local/bin/fish to /etc/shells
  2. Run: chsh -s /usr/local/bin/fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment