chore: update arch scripts and add vc alias

This commit is contained in:
mitchell 2026-07-27 00:39:24 -04:00
parent 061b0923bc
commit 69ca2dd73b
3 changed files with 5 additions and 2 deletions

View file

@ -19,5 +19,6 @@ if status is-interactive
alias vv 'virt-viewer'
alias vi 'virt-install'
alias vs 'virsh'
alias vc 'virsh console'
end
end