Skip to content

Commit 3a00088

Browse files
authored
Add line in table to quick explain workspace in the config.mdx (#83)
1 parent 74ab8ba commit 3a00088

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/configuration/config.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ The default filter to use when searching
147147
| host | Search history just from this host |
148148
| session | Search history just from the current session |
149149
| directory | Search history just from the current directory |
150+
| workspace | Search history just from the current git repository (>17.0) |
150151

151152
Filter modes can still be toggled via ctrl-r
152153

@@ -346,7 +347,7 @@ Configures whether to store commands that failed (those with non-zero exit statu
346347

347348
Atuin version: >= 17.0
348349

349-
Defatults: `true`
350+
Default: `true`
350351

351352
```toml
352353
secrets_filter = true

0 commit comments

Comments
 (0)