dotfiles/private_dot_config/oh-my-zsh/plugins/multipass
linarphy 6fd2b49483
Update sway config & Add config
- Add process manager with sway
- Add oh-my-zsh config
- add gtk config
- Add env
2023-08-21 19:29:19 +02:00
..
_multipass Update sway config & Add config 2023-08-21 19:29:19 +02:00
multipass.plugin.zsh Update sway config & Add config 2023-08-21 19:29:19 +02:00
README.md Update sway config & Add config 2023-08-21 19:29:19 +02:00

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