mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 20:37:22 +00:00
Refactor btre function, update vm_rm, add bspc window rule
This commit is contained in:
parent
3955031560
commit
34ff14442e
4 changed files with 27 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
function vm_rm -a domain -d 'Destroy, undefine, and delete the volume of a domain'
|
||||
virsh destroy $domain
|
||||
virsh undefine $domain
|
||||
virsh vol-delete /home/m/libvirt/$domain.qcow2
|
||||
virsh vol-delete /home/libvirt/$domain.qcow2
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue