Set virsh connection string

This commit is contained in:
Victor Timofei 2022-11-28 23:59:23 +02:00
parent 26f60a1580
commit 9ca1dd220d
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 2 additions and 1 deletions

3
.zshrc
View File

@ -156,4 +156,5 @@ alias please='sudo'
alias k=kubectl
complete -F __start_kubectl k
#neofetch
# virsh alias, use this uri for rootless access
alias virsh='virsh --connect=qemu:///system'