add lxc plugin

This commit is contained in:
Jean SIMARD 2017-08-14 18:59:22 -04:00
commit fb24126672
No known key found for this signature in database
GPG key ID: 98BD56777D7767B4
2 changed files with 171 additions and 0 deletions

11
plugins/lxc/README.md Normal file
View file

@ -0,0 +1,11 @@
# lxc
This plugin adds completion for the Linux Containers CLI tool.
To use it, add `lxc` to the plugins array in your zshrc file:
```zsh
plugins=(... lxc)
```
Updated on August 14th, 2017.