Skip to content

Instantly share code, notes, and snippets.

@floam
Last active July 7, 2016 09:56
Show Gist options
  • Save floam/26228f45c17ec6cc9663b2d278be1dbd to your computer and use it in GitHub Desktop.
Save floam/26228f45c17ec6cc9663b2d278be1dbd to your computer and use it in GitHub Desktop.
brew log fish
cd /usr/local/Library/Formula/
# downgrade to fish 2.2.0 through homebrew
git checkout 1f5674cfc082ec812cc2b24616be3c376ce42355 fish.rb
brew reinstall fish
brew link --overwrite fish
# upgrade to 2.3.0
git checkout 9e60802f8a5a0cae6a2151e3b313aff24c90fc7d fish.rb
brew unlink fish
brew install fish
brew link fish --overwrite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment