Created
May 13, 2015 14:33
-
-
Save apetresc/1908003b9b0d134f32d3 to your computer and use it in GitHub Desktop.
This alias causes zsh to segfault on `brew upgrade`
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
| alias brew-upgrade='brew upgrade' | |
| brew-upgrade() { | |
| brew upgrade --all | |
| } |
Author
apetresc
commented
May 13, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment