Not all shells support hyphens in function names

This commit is contained in:
Anthony Rose 2020-06-22 22:15:00 +01:00
parent f6ddb5a96d
commit 781a16ec4f

View file

@ -255,7 +255,7 @@ tm () {
fi
}
qemu-quick () {
qemuquick () {
qemu-system-x86_64 -nodefaults -readconfig $1
}