Add direnv to vim plugins

This commit is contained in:
2019-04-22 14:43:49 +00:00
parent c29c31200b
commit dc61e491d9
3 changed files with 8 additions and 0 deletions
+3
View File
@@ -40,3 +40,6 @@
[submodule "vim/.vim/bundle/vinegar"]
path = vim/.vim/bundle/vinegar
url = https://github.com/tpope/vim-vinegar
[submodule "vim/.vim/bundle/direnv"]
path = vim/.vim/bundle/direnv
url = https://github.com/direnv/direnv.vim.git
+4
View File
@@ -55,3 +55,7 @@ fi
if [ -f "$HOME/.private_functions" ] && [ -r "$HOME/.private_functions" ]; then
. "$HOME/.private_functions"
fi
if $(which direnv &> /dev/null); then
eval "$(direnv hook bash)"
fi