mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
feat(vagrant): add vagrant snapshot aliases
This commit is contained in:
parent
fc40b53e64
commit
902599d618
2 changed files with 9 additions and 0 deletions
|
|
@ -38,3 +38,7 @@ plugins=(... vagrant)
|
|||
| `vpll` | `vagrant plugin list` |
|
||||
| `vplun` | `vagrant plugin uninstall` |
|
||||
| `vplu` | `vagrant plugin update` |
|
||||
| `vsnl` | `vagrant snapshot list` |
|
||||
| `vsns` | `vagrant snapshot save` |
|
||||
| `vsnd` | `vagrant snapshot delete` |
|
||||
| `vsnr` | `vagrant snapshot restore` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue