conf2/zsh/.oh-my-zsh/plugins/lxd/README.md
2020-06-11 16:47:03 +02:00

10 lines
218 B
Markdown

# 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)