From abcecb13a97796d0f3ca45b3f8eb8c4b11b480e6 Mon Sep 17 00:00:00 2001 From: dotfrag <17456867+dotfrag@users.noreply.github.com> Date: Tue, 21 Apr 2026 04:38:34 +0300 Subject: chore: Clarified note about regular expressions matching in path. (#3427) ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing --- docs/docs/configuration/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/config.md b/docs/docs/configuration/config.md index 68ac9b82..e143c697 100644 --- a/docs/docs/configuration/config.md +++ b/docs/docs/configuration/config.md @@ -355,7 +355,7 @@ This supports regular expressions, so you can hide pretty much whatever you want ```toml ## Note that these regular expressions are unanchored, i.e. if they don't start -## with ^ or end with $, they'll match anywhere in the command. +## with ^ or end with $, they'll match anywhere in the path. # cwd_filter = [ # "^/very/secret/directory", # ] -- cgit v1.3.1