Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/guide/theming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ will need to download themes or make your own.
If you are writing your own themes, you can add the following line to get additional output:

```
debug = true
debug = "true"
```

to the same config block. This will print out any color names that cannot be parsed from
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/reference/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Atuin search supports wildcards, with either the `*` or `%` character. By
default, a prefix search is performed (ie, all queries are automatically
appended with a wildcard).

| Arg | Description |
| Arg                        | Description |
| -------------------- | ----------------------------------------------------------------------------- |
| `--cwd`/`-c` | The directory to list history for (default: all dirs) |
| `--exclude-cwd` | Do not include commands that ran in this directory (default: none) |
Expand Down