Renato dos Santos f742baf73c Add plugin for LXD autocomplete (#7457) | 4 years ago | |
---|---|---|
.. | ||
README.md | 4 years ago | |
lxd.plugin.zsh | 4 years ago |
This plugin provides completion for lxd, as well as aliases for frequent lxc commands.
To use it add lxd
to the plugins array in your zshrc file.
```zsh plugins=(... lxd)