Skip to content

Instantly share code, notes, and snippets.

@sirmews
Created June 16, 2014 05:30
Show Gist options
  • Save sirmews/f0893279831881fd4644 to your computer and use it in GitHub Desktop.
Save sirmews/f0893279831881fd4644 to your computer and use it in GitHub Desktop.
setting fish shell as default on OS X
echo "/usr/local/bin/fish" | sudo tee -a /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