mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-24 05:57:47 +02:00
Merge branch 'master' into master
This commit is contained in:
commit
b9e6d88484
203 changed files with 8905 additions and 1893 deletions
|
|
@ -26,10 +26,12 @@ _1st_arguments=(
|
|||
'rsync:Syncs rsync synced folders to remote machine'
|
||||
'rsync-auto:Syncs rsync synced folders automatically when files change'
|
||||
'share:Shares your Vagrant environment with anyone in the world'
|
||||
'snapshot:Manage snapshots with the guest machine'
|
||||
'ssh:SSH into the currently running environment'
|
||||
'ssh-config:Outputs .ssh/config valid syntax for connecting to this environment via ssh'
|
||||
'status:Shows the status of the current Vagrant environment'
|
||||
'suspend:Suspends the currently running vagrant environment'
|
||||
'snapshot:Used to manage snapshots with the guest machine'
|
||||
'up:Creates the vagrant environment'
|
||||
'version:Prints current and latest Vagrant version'
|
||||
'--help:[TASK] Describe available tasks or one specific task'
|
||||
|
|
|
|||
Loading…
Reference in a new issue