diff options
author | Ben Sima <ben@bsima.me> | 2024-04-11 09:28:42 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-04-11 09:28:42 -0400 |
commit | de41131cb6b462946caaec9a9a87767441081474 (patch) | |
tree | 60f4f024944832db5d7fc225fe7f7b67b06f9960 /Biz | |
parent | 644f3a822b6aa1b3ce2e53ed0a04be5b0651d9fb (diff) |
Don't reload direnv every checkout
I guess this was the real cause of the constant reloads, it was getting
annoying.
Diffstat (limited to 'Biz')
-rwxr-xr-x | Biz/Ide/hooks/post-checkout | 1 |
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 "$@" |