[zsh] Set LIBVIRT URI

This commit is contained in:
Fabian Ising
2024-03-26 14:10:18 +01:00
parent 3808390af2
commit 8a428ac3a5

View File

@@ -36,6 +36,9 @@ export EDITOR='nvim'
bindkey -v bindkey -v
VI_MODE_SET_CURSOR=true VI_MODE_SET_CURSOR=true
# Allow access to all libvirt vms
export LIBVIRT_DEFAULT_URI="qemu:///system"
alias ls="ls --color=always" alias ls="ls --color=always"
delzip() { delzip() {