Add direnv to vim plugins

This commit is contained in:
Andrew R. M 2019-04-22 14:43:49 +00:00
parent c29c31200b
commit dc61e491d9
3 changed files with 8 additions and 0 deletions

3
.gitmodules vendored
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

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

@ -0,0 +1 @@
Subproject commit 8b5d37e9b334c855eb2669ca56b28423a40c3365