From bf1f8413699e2dac4450cf0a218b83fd89e8c9e6 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Fri, 2 Jun 2023 17:18:46 -0400 Subject: [PATCH] Added direnv --- homeConfig/dotfiles/bash/bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeConfig/dotfiles/bash/bashrc b/homeConfig/dotfiles/bash/bashrc index fc2e18c..0dafb77 100644 --- a/homeConfig/dotfiles/bash/bashrc +++ b/homeConfig/dotfiles/bash/bashrc @@ -172,3 +172,5 @@ function dev() { ;; esac } + +eval "$(direnv hook bash)"