From 66d76c2ad3d815578ec81921663906fc2b2b4558 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 9 Mar 2020 21:43:02 +0000 Subject: [PATCH] Add qemu-quick function --- roles/home-cli/files/shrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index e71a7ba..857ee97 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -221,6 +221,10 @@ tm () { fi } +qemu-quick () { + qemu-system-x86_64 -nodefaults -readconfig $1 +} + if [ -x /usr/bin/yum ] && [ ! -x /usr/bin/dnf ]; then alias dnf='yum' fi