Skip to content

Instantly share code, notes, and snippets.

@gabebw
Last active October 24, 2016 17:47
Show Gist options
  • Save gabebw/6612599 to your computer and use it in GitHub Desktop.
Save gabebw/6612599 to your computer and use it in GitHub Desktop.
Upgrayyed your Homebrew experience.
#!/bin/sh
library=/usr/local/Homebrew/Library/Homebrew
mv "$library"/cmd/{upgrade,upgrayyed}.rb
sed -E -i '' 's/def upgrade$/def upgrayyed/' "$library"/cmd/upgrayyed.rb
# No longer exists -- where is the completion?
# sed -i '' 's/upgrade/upgrayyed/' /usr/local/Library/Contributions/brew_zsh_completion.zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment