From 737068888d09a26580170c5e97bb18723d25ae82 Mon Sep 17 00:00:00 2001 From: Kyle Krull Date: Mon, 12 Aug 2019 16:12:01 -0500 Subject: [PATCH] Add direnv --- bash_profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash_profile b/bash_profile index b4ee8cd..0ec3109 100644 --- a/bash_profile +++ b/bash_profile @@ -83,3 +83,6 @@ yaml2json () { [ -f ~/.profile ] && source ~/.profile +#direnv (yes this must be at the end) +#https://direnv.net/docs/hook.md +eval "$(direnv hook bash)"