summaryrefslogtreecommitdiffstats
path: root/zsh/oh-my-zsh/plugins/lxd/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/oh-my-zsh/plugins/lxd/README.md')
-rw-r--r--zsh/oh-my-zsh/plugins/lxd/README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/zsh/oh-my-zsh/plugins/lxd/README.md b/zsh/oh-my-zsh/plugins/lxd/README.md
deleted file mode 100644
index cea45e3..0000000
--- a/zsh/oh-my-zsh/plugins/lxd/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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)