diff --git a/src/content/docs/guide/theming.mdx b/src/content/docs/guide/theming.mdx index 1e66eef..c4622ac 100644 --- a/src/content/docs/guide/theming.mdx +++ b/src/content/docs/guide/theming.mdx @@ -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 diff --git a/src/content/docs/reference/search.md b/src/content/docs/reference/search.md index 14eeedf..7bce457 100644 --- a/src/content/docs/reference/search.md +++ b/src/content/docs/reference/search.md @@ -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) |