From f77a21270bba8153db77d7e12d1959b30a5247af Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Tue, 19 Apr 2022 13:03:31 +0200 Subject: updated --- bash/.bashrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index e211771..c17a655 100755 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -283,4 +283,9 @@ if [ -s "/usr/local/opt/nvm/nvm.sh" ]; then source "/usr/local/opt/nvm/nvm.sh" fi +if exists direnv; then + eval "$(direnv hook bash)" +fi + + # vim: set ts=4 sw=4 tw=0 et : -- cgit v1.2.3