mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
Fix typo in Vagrant completion
This commit is contained in:
parent
d2725d44fc
commit
71ca29934c
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ _1st_arguments=(
|
||||||
'push:Deploys code in this environment to a configured destination'
|
'push:Deploys code in this environment to a configured destination'
|
||||||
'rdp:Connects to machine via RDP'
|
'rdp:Connects to machine via RDP'
|
||||||
'reload:Reload the vagrant environment'
|
'reload:Reload the vagrant environment'
|
||||||
'resume:Resumes a suspend vagrant environment'
|
'resume:Resumes a suspended vagrant environment'
|
||||||
'rsync:Syncs rsync synced folders to remote machine'
|
'rsync:Syncs rsync synced folders to remote machine'
|
||||||
'rsync-auto:Syncs rsync synced folders automatically when files change'
|
'rsync-auto:Syncs rsync synced folders automatically when files change'
|
||||||
'share:Shares your Vagrant environment with anyone in the world'
|
'share:Shares your Vagrant environment with anyone in the world'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue