dotfiles/zsh/.local/share/oh-my-zsh/.oh-my-zsh/plugins/lxd/README.md

10 lines
218 B
Markdown
Raw Normal View History

2024-06-19 00:06:56 +02:00
# 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)