Skip to content

Instantly share code, notes, and snippets.

@apetresc
Created May 13, 2015 14:33
Show Gist options
  • Select an option

  • Save apetresc/1908003b9b0d134f32d3 to your computer and use it in GitHub Desktop.

Select an option

Save apetresc/1908003b9b0d134f32d3 to your computer and use it in GitHub Desktop.
This alias causes zsh to segfault on `brew upgrade`
alias brew-upgrade='brew upgrade'
brew-upgrade() {
brew upgrade --all
}
@apetresc
Copy link
Copy Markdown
Author

$ zsh
$ brew upgrade
[1]    10761 segmentation fault  zsh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment