diff options
| author | David <drmorr@appliedcomputing.io> | 2024-02-15 10:52:19 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-15 18:52:19 +0000 |
| commit | f8d01eef998c86c52514896539c13dbfe1837e55 (patch) | |
| tree | 052501235a415a3400b3db1a6d5e05f3f4c8bef4 /atuin-client/config.toml | |
| parent | feat(search): process Ctrl+m for kitty keyboard protocol (#1720) (diff) | |
| download | atuin-f8d01eef998c86c52514896539c13dbfe1837e55.zip | |
feat: add 'ignored_commands' option to stats (#1722)
Diffstat (limited to 'atuin-client/config.toml')
| -rw-r--r-- | atuin-client/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/atuin-client/config.toml b/atuin-client/config.toml index facc0bd4..19a6d61e 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -171,3 +171,6 @@ enter_accept = true ## Set commands that should be totally stripped and ignored from stats #common_prefix = ["sudo"] + +## Set commands that will be completely ignored from stats +#ignored_commands = ["cd", "ls", "vi"] |
