summaryrefslogtreecommitdiffstats
path: root/docs/config/README.md
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2022-10-15 14:16:39 +0200
committerGitHub <noreply@github.com>2022-10-15 14:16:39 +0200
commit186d99e623d22fe9e2f7e52378f2ec4015f713d4 (patch)
treec251906b21faac91b36f39a5f4b57ad90496545e /docs/config/README.md
parent49995301ce90a0f63b2d5f9cbb30021a0f08f6ff (diff)
fix(status): replace multiply with cross mark emoji (#4461)
Diffstat (limited to 'docs/config/README.md')
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 36a08d38a..7f345985e 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -3437,7 +3437,7 @@ To enable it, set `disabled` to `false` in your configuration file.
| Option | Default | Description |
| --------------------------- | ----------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| `format` | `"[$symbol$status]($style) "` | The format of the module |
-| `symbol` | `"✖"` | The symbol displayed on program error |
+| `symbol` | `"❌"` | The symbol displayed on program error |
| `success_symbol` | `""` | The symbol displayed on program success |
| `not_executable_symbol` | `"🚫"` | The symbol displayed when file isn't executable |
| `not_found_symbol` | `"🔍"` | The symbol displayed when the command can't be found |