Skip to content

Instantly share code, notes, and snippets.

@mbgearhead
mbgearhead / _brew
Created October 27, 2013 20:55
Zsh completions for phinze/homebrew-cask added to "_brew" zsh-completions file
#compdef brew
# ------------------------------------------------------------------------------
# Description
# -----------
#
# Completion script for brew (https://github.com/mxcl/homebrew).
#
# Source: https://github.com/mxcl/homebrew/blob/master/Library/Contributions/brew_zsh_completion.zsh
#
# ------------------------------------------------------------------------------