Last active
October 24, 2016 17:47
-
-
Save gabebw/6612599 to your computer and use it in GitHub Desktop.
Upgrayyed your Homebrew experience.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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