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)"