summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2024-04-11 09:28:42 -0400
committerBen Sima <ben@bsima.me>2024-04-11 09:28:42 -0400
commitde41131cb6b462946caaec9a9a87767441081474 (patch)
tree60f4f024944832db5d7fc225fe7f7b67b06f9960
parent644f3a822b6aa1b3ce2e53ed0a04be5b0651d9fb (diff)
Don't reload direnv every checkoutHEADlive
I guess this was the real cause of the constant reloads, it was getting annoying.
-rwxr-xr-xBiz/Ide/hooks/post-checkout1
1 files changed, 0 insertions, 1 deletions
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 "$@"