sekhali 64bf435678 initial commit | il y a 1 an | |
---|---|---|
.. | ||
README.md | il y a 1 an | |
_multipass | il y a 1 an | |
multipass.plugin.zsh | il y a 1 an |
This plugin provides completion for multipass, as well as aliases for multipass commands.
To use it, add multipass
to the plugins array in your zshrc file:
plugins=(... multipass)
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 |