diff options
| author | Josef Friedrich <josef@friedrich.rocks> | 2023-12-11 21:16:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-11 20:16:11 +0000 |
| commit | 3c7f6991e3d2e1a092f7ba4ac2a5ab6ea24015c0 (patch) | |
| tree | 941f15727ad4077c2a189a1ee3f387203b87b2a5 | |
| parent | fix blocking for #1381 (#1438) (diff) | |
| download | atuin-3c7f6991e3d2e1a092f7ba4ac2a5ab6ea24015c0.zip | |
fix(docs): fix typo (#1439)
| -rw-r--r-- | atuin-client/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/config.toml b/atuin-client/config.toml index 2e333b92..511662cc 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -39,7 +39,7 @@ # filter_mode = "global" ## With workspace filtering enabled, Atuin will filter for commands executed -## in any directory within a git repositiry tree (default: false) +## in any directory within a git repository tree (default: false) # workspaces = false ## which filter mode to use when atuin is invoked from a shell up-key binding |
