From 1856b021e7d6a1b0fb7041087a6bb541853b95df Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Tue, 10 Feb 2015 00:00:35 +0100 Subject: [PATCH] tweak header and whitespace --- _conda | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/_conda b/_conda index f2d4a32..cfc9a99 100644 --- a/_conda +++ b/_conda @@ -1,37 +1,9 @@ #compdef conda -#description:managing files while ignoring their content - -# ZSH Completion for git-annex (http://git-annex.branchable.com/) -# -# This completion was written for git-annex version: 3.20111122~bpo60+2 -# -# Note that this completion is still very much early alpha work in progress. -# -# This completion depends on Python for a jason parser, sorry. Unfortunately -# there is no such thing in zsh (yet). -# -# Skeleton implementation by Frank Terbeck -# Blanks filled in by Valentin Haenel -# Licence: WTFPL (http://sam.zoy.org/wtfpl/) -# -# To use this completion drop it somewhere in you $fpath, e.g.: -# -# $ git clone $CLONEURL -# $ fpath+=$PWD/git-annex-zsh-completion -# $ compinit git-annex -# -# TODO -# ---- -# -# * 'git annex add' to only complete files not in annex -# +#description:conda package manager local state line context local -A opt_args - - - local -a arguments arguments=( '(-h --help)'{-h,--help}'[show this help message and exit]'