From 1dc33d7dda8b16acbfb393318bfba0cf86f0de35 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Mon, 24 Jul 2023 16:16:25 +0300 Subject: [PATCH] Update '0.virtualbox.md' --- 0.virtualbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.virtualbox.md b/0.virtualbox.md index 59011b5..a1b81a5 100644 --- a/0.virtualbox.md +++ b/0.virtualbox.md @@ -68,7 +68,7 @@ qemu-img convert -f raw .img -O qcow2 .qcow2 ## Bash alias ```sh -alias vm='VBoxManage list vms && echo '' && VBoxManage list runningvms' +alias vm='VBoxManage list vms && echo && VBoxManage list runningvms' alias vmstart='VBoxManage startvm "Rocky Linux" --type=headless' alias vmstop='VBoxManage controlvm "Rocky Linux" poweroff soft' ```