aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authordotfrag <17456867+dotfrag@users.noreply.github.com>2026-04-21 04:38:34 +0300
committerGitHub <noreply@github.com>2026-04-21 02:38:34 +0100
commitabcecb13a97796d0f3ca45b3f8eb8c4b11b480e6 (patch)
treef18b8bf09f16bc2555e0826a4c7722937e1cf666 /docs
parentchore: update to rust 1.95 (#3426) (diff)
downloadatuin-abcecb13a97796d0f3ca45b3f8eb8c4b11b480e6.zip
chore: Clarified note about regular expressions matching in path. (#3427)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if you're adding a new feature or changing an existing one, we'd really appreciate if you open an issue, post on the forum, or drop in on Discord --> ## 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
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/configuration/config.md2
1 files changed, 1 insertions, 1 deletions
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",
# ]