Not all shells support hyphens in function names
This commit is contained in:
parent
f6ddb5a96d
commit
781a16ec4f
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ tm () {
|
|||
fi
|
||||
}
|
||||
|
||||
qemu-quick () {
|
||||
qemuquick () {
|
||||
qemu-system-x86_64 -nodefaults -readconfig $1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue