diff options
| author | Joshua McKinney | 2016-08-19 15:52:22 -0500 |
|---|---|---|
| committer | Joshua McKinney | 2016-09-11 14:13:13 -0500 |
| commit | 3f75cb06c61ac82873ebcbfd91d7e6bb17675d1d (patch) | |
| tree | f0c54dd643ab75aba01dcb094938886246560b19 | |
| parent | db18a13389ff3e09fc5a9ed98328b99b19da0c16 (diff) | |
| download | brew-3f75cb06c61ac82873ebcbfd91d7e6bb17675d1d.tar.bz2 | |
Update brew-cask zsh completions header
| -rw-r--r-- | share/zsh/site-functions/_brew_cask | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/share/zsh/site-functions/_brew_cask b/share/zsh/site-functions/_brew_cask index bed090cb0..2fd65c4d6 100644 --- a/share/zsh/site-functions/_brew_cask +++ b/share/zsh/site-functions/_brew_cask @@ -1,11 +1,9 @@ #compdef brew-cask #autoload -# Autocompletion for homebrew-cask (https://github.com/caskroom/homebrew-cask/). -# -# Originally sourced from the oh-my-zsh -# https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/brew-cask/brew-cask.plugin.zsh -# +# Zsh Autocompletion script for Homebrew Cask +# https://github.com/homebrew/brew + # The MIT License (MIT) # # Copyright (c) 2009-2016 Robby Russell and contributors |
