tweak header and whitespace

This commit is contained in:
Valentin Haenel
2015-02-10 00:00:35 +01:00
parent de354bdb1f
commit 1856b021e7

30
_conda
View File

@@ -1,37 +1,9 @@
#compdef conda #compdef conda
#description:managing files while ignoring their content #description:conda package manager
# 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 <ft@bewatermyfriend.org>
# Blanks filled in by Valentin Haenel <valentin.haenel@gmx.de>
# 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
#
local state line context local state line context
local -A opt_args local -A opt_args
local -a arguments local -a arguments
arguments=( arguments=(
'(-h --help)'{-h,--help}'[show this help message and exit]' '(-h --help)'{-h,--help}'[show this help message and exit]'