Commit b6ed2e7a authored by Robert McLeod's avatar Robert McLeod
Browse files

added aliases for ssh-config and global-status

So the following aliases call the respective commands:
vgs = vagrant global-status
vsshc = vagrant ssh-config
parent c840594c
......@@ -5,12 +5,14 @@ alias vd="vagrant destroy"
alias vdf="vagrant destroy -f"
alias vssh="vagrant ssh"
alias vsshc="vagrant ssh-config"
alias vrdp="vagrant rdp"
alias vh="vagrant halt"
alias vssp="vagrant suspend"
alias vst="vagrant status"
alias vre="vagrant resume"
alias vgs="vagrant global-status"
alias vpr="vagrant provision"
alias vr="vagrant reload"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment