From 3f75cb06c61ac82873ebcbfd91d7e6bb17675d1d Mon Sep 17 00:00:00 2001 From: Joshua McKinney Date: Fri, 19 Aug 2016 15:52:22 -0500 Subject: [PATCH] Update brew-cask zsh completions header --- share/zsh/site-functions/_brew_cask | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/share/zsh/site-functions/_brew_cask b/share/zsh/site-functions/_brew_cask index bed090cb09..2fd65c4d6e 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