1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-03 20:24:09 +08:00
This commit is contained in:
wiebekn 2026-03-19 03:10:15 -04:00 committed by GitHub
commit f649acc6e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,7 @@ alias vsshc="vagrant ssh-config"
alias vrdp="vagrant rdp"
alias vh="vagrant halt"
alias vha="vagrant global-status | grep running | colrm 8 | xargs -L 1 -t vagrant halt"
alias vssp="vagrant suspend"
alias vst="vagrant status"
alias vre="vagrant resume"