summaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-11-14 16:28:38 -0500
committerDavid Robillard <d@drobilla.net>2022-11-14 16:28:38 -0500
commitb7488eafacd49a22d17785fb4f1c0a60c815c565 (patch)
tree68d2bb8e46249353cac8a52d27a3c5a50b1fb6d3 /bash
parent7328f64b56825e5abbfe8769caa42b7f6ca04957 (diff)
downloaddotfiles-b7488eafacd49a22d17785fb4f1c0a60c815c565.tar.gz
dotfiles-b7488eafacd49a22d17785fb4f1c0a60c815c565.tar.bz2
dotfiles-b7488eafacd49a22d17785fb4f1c0a60c815c565.zip
Add VAGRANT_DEFAULT_PROVIDER
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 31d14d5..9b23427 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -105,6 +105,7 @@ export GTK_IM_MODULE="xim"
export EDITOR="emacsclient"
export PAGER="less"
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/lib/pkgconfig"
+export VAGRANT_DEFAULT_PROVIDER=libvirt
# colorize man
man() {