feat(vagrant): add vagrant snapshot aliases

This commit is contained in:
Fazle Arefin 2022-01-26 14:52:30 +11:00
commit 902599d618
No known key found for this signature in database
GPG key ID: A6859B7D9849C0DD
2 changed files with 9 additions and 0 deletions

View file

@ -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` |