25 lines
522 B
Markdown
25 lines
522 B
Markdown
zsh-completions
|
|
===============
|
|
|
|
**Additional completion definitions for [Zsh](http://www.zsh.org).**
|
|
|
|
The scripts are meant to be contributed to the Zsh project when stable enough.
|
|
|
|
|
|
Status
|
|
------
|
|
See [issues](zsh-completions/issues) for details on each completion definition.
|
|
|
|
|
|
Usage
|
|
-----
|
|
Drop the scripts in a directory included in your `$fpath`, for example:
|
|
|
|
git clone git://github.com/zsh-users/zsh-completions.git
|
|
fpath=(path/to/zsh-completions $fpath)
|
|
|
|
|
|
License
|
|
-------
|
|
See each file for license details.
|