Activate Vagrant configuration only if Vagrant is installed

This commit is contained in:
Gergely Polonkai
2025-09-08 20:07:46 +02:00
parent c59f6dae82
commit 51e4b6d691

View File

@@ -1 +1,3 @@
if command -q vagrant
set -gx VAGRANT_DEFAULT_PROVIDER libvirt set -gx VAGRANT_DEFAULT_PROVIDER libvirt
end