1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-22 07:50:08 +00:00

vagrant uses 'ssh-config' command, not 'ssh_config'

This commit is contained in:
Bob Maerten 2012-07-12 14:19:10 +03:00
parent 11034217a7
commit 5001412f6d

View file

@ -15,7 +15,7 @@ _1st_arguments=(
'reload:Reload the vagrant environment'
'resume:Resumes a suspend vagrant environment'
'ssh:SSH into the currently running environment'
'ssh_config:outputs .ssh/config valid syntax for connecting to this environment via ssh.'
'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'
'up:Creates the vagrant environment'