sainnhe / zsh-completions

Personal collection of zsh completion definitions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zsh-completions

This project is my personal collection of zsh completion definitions, currently includes:

Installation

Via Plugin Manager

Take zinit for example:

zinit ice wait'0' lucid depth=1 \
    atload"autoload -Uz compinit && compinit -u" \
    atpull"zinit cclear && zinit creinstall sainnhe/zsh-completions"
zinit light sainnhe/zsh-completions

Note: This repository contains some submodules, please make sure your plugin manager can update them.

Manually

  1. Clone this repository: git clone --depth 1 https://github.com/sainnhe/zsh-completions.git
  2. Update submodules: cd zsh-completions; git submodule init; git submodule update
  3. Add this to your ~/.zshrc: source /path/to/zsh-completions/zsh-completions.plugin.zsh

License

See each submodule for detailed license information.

Other code goes to MIT License.

About

Personal collection of zsh completion definitions.

License:MIT License


Languages

Language:Shell 100.0%