mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
4ee0cf3cb4
Co-authored-by: C. Yavuzsen <cyavuzsen@comscore.com>
975 B
975 B
multipass
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)
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 |