mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
feat(directory): Add home directory symbol (#2198)
* feat(directory): Add home directory symbol * Replace HOME_SYMBOL constant as a config variable
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user