diff --git a/0.virtualbox.md b/0.virtualbox.md index 5bc2631..59011b5 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 -e '\n' && 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' ```