diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-07 14:11:59 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-07 14:11:59 +0300 |
commit | e445abb0358060bf5c652b2894613250d1db6933 (patch) | |
tree | d951eb76155d444d3ac9bdb873333aa36f6bbc9e | |
parent | .ssh: remove long-defunct tensin-ext1 (diff) | |
download | linux-home-e445abb0358060bf5c652b2894613250d1db6933.tar.gz linux-home-e445abb0358060bf5c652b2894613250d1db6933.zip |
.bashrc: add Vagrant workaround
-rw-r--r-- | %HOME%/.bashrc | 5 |
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 |