diff --git a/zsh/.zshrc b/zsh/.zshrc index b11c8ff..46912d8 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -36,6 +36,9 @@ export EDITOR='nvim' bindkey -v VI_MODE_SET_CURSOR=true +# Allow access to all libvirt vms +export LIBVIRT_DEFAULT_URI="qemu:///system" + alias ls="ls --color=always" delzip() {