aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua McKinney2016-08-19 15:52:22 -0500
committerJoshua McKinney2016-09-11 14:13:13 -0500
commit3f75cb06c61ac82873ebcbfd91d7e6bb17675d1d (patch)
treef0c54dd643ab75aba01dcb094938886246560b19
parentdb18a13389ff3e09fc5a9ed98328b99b19da0c16 (diff)
downloadbrew-3f75cb06c61ac82873ebcbfd91d7e6bb17675d1d.tar.bz2
Update brew-cask zsh completions header
-rw-r--r--share/zsh/site-functions/_brew_cask8
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