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

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