Add direnv to vim plugins
This commit is contained in:
parent
c29c31200b
commit
dc61e491d9
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
1
vim/.vim/bundle/direnv
Submodule
1
vim/.vim/bundle/direnv
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 8b5d37e9b334c855eb2669ca56b28423a40c3365
|
||||
Loading…
x
Reference in New Issue
Block a user