From f13efd7afee5e67f249a7d6cd7c63d543473152e Mon Sep 17 00:00:00 2001 From: Ha The Tung Date: Wed, 16 Dec 2015 12:06:17 +0700 Subject: [PATCH] add description --- src/_hub | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/_hub b/src/_hub index df09ace..d8df9a4 100644 --- a/src/_hub +++ b/src/_hub @@ -1,4 +1,11 @@ #compdef hub +# Description +# ----------- +# +# Completion script for Github hub (https://github.com/github/hub). +# Origin: https://github.com/github/hub/blob/master/etc/hub.zsh_completion +# +# ------------------------------------------------------------------------------ # Zsh will source this file when attempting to autoload the "_hub" function, # typically on the first attempt to complete the hub command. We define two new