From 856364e7cffc067aa9bdcd51a7b99cc2246cfce1 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Thu, 30 Jul 2026 04:47:27 -0400 Subject: [PATCH] Fix ignored cache on git dirs. --- tcshrc.cmd.cwd | 1 + 1 file changed, 1 insertion(+) diff --git a/tcshrc.cmd.cwd b/tcshrc.cmd.cwd index 9717d9c..46ec6a4 100644 --- a/tcshrc.cmd.cwd +++ b/tcshrc.cmd.cwd @@ -37,6 +37,7 @@ foreach dir ( ${cshenv_gitdirs} ) if( "${_masked_cwd}" == "${_dirname}" ) then _debug "In Table" set _git_check="${_dirstore:as// /}" + set _git_dir_found break endif end