From e445abb0358060bf5c652b2894613250d1db6933 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 7 Mar 2021 14:11:59 +0300 Subject: .bashrc: add Vagrant workaround --- %HOME%/.bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index c53664a..b1ce278 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -166,3 +166,8 @@ elif multiplexed; then elif command -v tmux &> /dev/null; then exec tmux fi + +# Vagrant: fix `vagrant plugin install`. +# https://github.com/hashicorp/vagrant/issues/12202 +# TODO: remove when 2.2.15 is released? +export VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1 -- cgit v1.2.3