]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/multipass/README.md
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / multipass / README.md
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/multipass/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/multipass/README.md
deleted file mode 100644 (file)
index f6b2d76..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# multipass
-
-This plugin provides completion for [multipass](https://multipass.run), as well as aliases
-for multipass commands.
-
-To use it, add `multipass` to the plugins array in your zshrc file:
-
-```zsh
-plugins=(... multipass)
-```
-
-## Aliases
-
-| Alias  | Command                                                             |
-| ------ | ------------------------------------------------------------------- |
-| `mp`   | `multipass`                                                         |
-| `mpl`  | `multipass list`                                                    |
-| `mpla` | `multipass launch`                                                  |
-| `mpln` | `multipass launch --network en0 --network name=bridge0,mode=manual` |
-| `mps`  | `multipass shell`                                                   |
-| `mpsp` | `multipass stop`                                                    |
-| `mpst` | `multipass start`                                                   |