mirror of
https://github.com/conda-incubator/conda-zsh-completion.git
synced 2026-03-04 14:24:59 +08:00
tweak header and whitespace
This commit is contained in:
30
_conda
30
_conda
@@ -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]'
|
||||||
|
|||||||
Reference in New Issue
Block a user