summaryrefslogtreecommitdiffstats
path: root/docs/config/README.md
diff options
context:
space:
mode:
authorRodrigo Suárez <rodrigosrz12@gmail.com>2021-01-24 18:50:37 -0300
committerGitHub <noreply@github.com>2021-01-24 22:50:37 +0100
commitca36d15acd398f5e3b033201555ef66517638879 (patch)
tree2a922c23705225dd9ae9c799a787c6403515ea24 /docs/config/README.md
parentb2e8252785737db5d2ba3e440499a485d9e86772 (diff)
feat(directory): Add home directory symbol (#2198)
* feat(directory): Add home directory symbol * Replace HOME_SYMBOL constant as a config variable
Diffstat (limited to 'docs/config/README.md')
-rw-r--r--docs/config/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index a078e74c9..221fb7228 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -656,6 +656,7 @@ it would have been `nixpkgs/pkgs`.
| `read_only` | `"🔒"` | The symbol indicating current directory is read only. |
| `read_only_style` | `"red"` | The style for the read only symbol. |
| `truncation_symbol` | `""` | The symbol to prefix to truncated paths. eg: "…/" |
+| `home_symbol` | `"~"` | The symbol indicating home directory. |
<details>
<summary>This module has a few advanced configuration options that control how the directory is displayed.</summary>