Skip to content

sainnhe/zsh-completions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages