aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
Diffstat (limited to '%HOME%')
-rw-r--r--%HOME%/.bashrc5
1 files changed, 5 insertions, 0 deletions
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