From 8a428ac3a584ec2c445356351e518512625b32c8 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Tue, 26 Mar 2024 14:10:18 +0100 Subject: [PATCH] [zsh] Set LIBVIRT URI --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) 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() {