diff options
author | Glenn / devalias <glenn@ensquared.net> | 2016-02-10 10:17:18 +1100 |
---|---|---|
committer | Glenn / devalias <glenn@ensquared.net> | 2016-02-10 10:17:18 +1100 |
commit | 2a0be1aad4606031c00ba98ea24ca4a1d1109b7f (patch) | |
tree | fb64e6f1333b82a92ebf0bd25c9c706206a2dae0 | |
parent | db39afe95bab90b8f312a925eb849a64f10141f5 (diff) | |
download | zsh-2a0be1aad4606031c00ba98ea24ca4a1d1109b7f.tar.gz zsh-2a0be1aad4606031c00ba98ea24ca4a1d1109b7f.tar.bz2 zsh-2a0be1aad4606031c00ba98ea24ca4a1d1109b7f.zip |
Add hash imported from
-rw-r--r-- | plugins/brew/_brew | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/brew/_brew b/plugins/brew/_brew index 5a5bd6b21..1f24bd67b 100644 --- a/plugins/brew/_brew +++ b/plugins/brew/_brew @@ -1,7 +1,7 @@ #compdef brew #autoload -# imported from https://github.com/Homebrew/homebrew/blob/master/Library/Contributions/brew_zsh_completion.zsh +# imported from https://github.com/Homebrew/homebrew/blob/29f73d2212c2b202fe25f69dcbf440d8391fa4c9/Library/Contributions/brew_zsh_completion.zsh # Brew ZSH completion function # Drop this somewhere in your $fpath (like /usr/share/zsh/site-functions) |