From de41131cb6b462946caaec9a9a87767441081474 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 11 Apr 2024 09:28:42 -0400 Subject: Don't reload direnv every checkout I guess this was the real cause of the constant reloads, it was getting annoying. --- Biz/Ide/hooks/post-checkout | 1 - 1 file changed, 1 deletion(-) (limited to 'Biz/Ide/hooks') diff --git a/Biz/Ide/hooks/post-checkout b/Biz/Ide/hooks/post-checkout index e4a0d67..72ec5a7 100755 --- a/Biz/Ide/hooks/post-checkout +++ b/Biz/Ide/hooks/post-checkout @@ -12,7 +12,6 @@ elif [[ ${#changed[@]} -gt 0 ]] then $mktags "${changed[@]}" fi -direnv reload ## START BRANCHLESS CONFIG git branchless hook post-checkout "$@" -- cgit v1.2.3