summaryrefslogtreecommitdiff
path: root/plugins/lxd/README.md
blob: cea45e31c79b72c2adc2777dd0925554f31106a8 (plain)
1
2
3
4
5
6
7
8
9
# lxd

This plugin provides completion for [lxd](https://linuxcontainers.org/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)