mirror of
https://github.com/Matir/skel.git
synced 2026-07-24 21:26:57 -07:00
Optimize startup
This commit is contained in:
@@ -29,10 +29,7 @@ fi
|
||||
|
||||
# Setup for libvirt
|
||||
if [ -z "${LIBVIRT_DEFAULT_URI:-}" ] ; then
|
||||
if [ "$(id -u)" = "0" ] || (id -Gn 2>/dev/null | grep -q "\blibvirt\b") ; then
|
||||
LIBVIRT_DEFAULT_URI="qemu:///system"
|
||||
export LIBVIRT_DEFAULT_URI
|
||||
fi
|
||||
export LIBVIRT_DEFAULT_URI="qemu:///system"
|
||||
fi
|
||||
|
||||
# Got rust? (gvim, etc.)
|
||||
|
||||
Reference in New Issue
Block a user