aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bashrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-07 14:11:59 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-07 14:11:59 +0300
commite445abb0358060bf5c652b2894613250d1db6933 (patch)
treed951eb76155d444d3ac9bdb873333aa36f6bbc9e /%HOME%/.bashrc
parent.ssh: remove long-defunct tensin-ext1 (diff)
downloadlinux-home-e445abb0358060bf5c652b2894613250d1db6933.tar.gz
linux-home-e445abb0358060bf5c652b2894613250d1db6933.zip
.bashrc: add Vagrant workaround
Diffstat (limited to '%HOME%/.bashrc')
-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