mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	vagrant: document aliases
This commit is contained in:
		
							parent
							
								
									3c61bac9a1
								
							
						
					
					
						commit
						6cb8ff391d
					
				@ -8,3 +8,33 @@ To use it, add `vagrant` to the plugins array in your zshrc file:
 | 
				
			|||||||
plugins=(... vagrant)
 | 
					plugins=(... vagrant)
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Aliases
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					| Alias   | Command                      |
 | 
				
			||||||
 | 
					|---------|------------------------------|
 | 
				
			||||||
 | 
					| `vgi`   | `vagrant init`               |
 | 
				
			||||||
 | 
					| `vup`   | `vagrant up`                 |
 | 
				
			||||||
 | 
					| `vd`    | `vagrant destroy`            |
 | 
				
			||||||
 | 
					| `vdf`   | `vagrant destroy -f`         |
 | 
				
			||||||
 | 
					| `vssh`  | `vagrant ssh`                |
 | 
				
			||||||
 | 
					| `vsshc` | `vagrant ssh-config`         |
 | 
				
			||||||
 | 
					| `vrdp`  | `vagrant rdp`                |
 | 
				
			||||||
 | 
					| `vh`    | `vagrant halt`               |
 | 
				
			||||||
 | 
					| `vssp`  | `vagrant suspend`            |
 | 
				
			||||||
 | 
					| `vst`   | `vagrant status`             |
 | 
				
			||||||
 | 
					| `vre`   | `vagrant resume`             |
 | 
				
			||||||
 | 
					| `vgs`   | `vagrant global-status`      |
 | 
				
			||||||
 | 
					| `vpr`   | `vagrant provision`          |
 | 
				
			||||||
 | 
					| `vr`    | `vagrant reload`             |
 | 
				
			||||||
 | 
					| `vrp`   | `vagrant reload --provision` |
 | 
				
			||||||
 | 
					| `vp`    | `vagrant push`               |
 | 
				
			||||||
 | 
					| `vsh`   | `vagrant share`              |
 | 
				
			||||||
 | 
					| `vba`   | `vagrant box add`            |
 | 
				
			||||||
 | 
					| `vbr`   | `vagrant box remove`         |
 | 
				
			||||||
 | 
					| `vbl`   | `vagrant box list`           |
 | 
				
			||||||
 | 
					| `vbo`   | `vagrant box outdated`       |
 | 
				
			||||||
 | 
					| `vbu`   | `vagrant box update`         |
 | 
				
			||||||
 | 
					| `vpli`  | `vagrant plugin install`     |
 | 
				
			||||||
 | 
					| `vpll`  | `vagrant plugin list`        |
 | 
				
			||||||
 | 
					| `vplun` | `vagrant plugin uninstall`   |
 | 
				
			||||||
 | 
					| `vplu`  | `vagrant plugin update`      |
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user