We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d579b commit 18058aaCopy full SHA for 18058aa
1 file changed
src/replace_everywhere.sh
@@ -95,7 +95,7 @@ main() {
95
# Start with hidden directories (if not including them)
96
local -a PRUNE_BLOCK=()
97
if [[ "$include_hidden" == false ]]; then
98
- PRUNE_BLOCK+=( -type d -name '.*' -prune -o )
+ PRUNE_BLOCK+=( -path './.*' -prune -o )
99
fi
100
101
# Add user-specified excludes (treat as directory names/paths from repo root)
0 commit comments