From a1f06b21f0c12fe31afc9452014d6edb0a3204f9 Mon Sep 17 00:00:00 2001 From: Dan Milne Date: Tue, 11 Mar 2025 04:44:44 +0000 Subject: [PATCH] Update bashrc Whoops --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index f0e50ed..bd1a8ca 100644 --- a/bashrc +++ b/bashrc @@ -20,6 +20,6 @@ HISTSIZE=50000 HISTFILESIZE=100000 shopt -s histappend -if command -v git &> /dev/null; then +if command -v direnv &> /dev/null; then eval "$(direnv hook bash)" fi \ No newline at end of file