1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-05 18:10:47 +00:00

docs: fix typo in config/README.md (#3561)

seperator -> separator
This commit is contained in:
Ikko Ashimine 2022-02-14 23:55:37 +09:00 committed by GitHub
parent 76b73342b2
commit 7e3af6a866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -846,7 +846,7 @@ it would have been `nixpkgs/pkgs`.
| `truncation_symbol` | `""` | The symbol to prefix to truncated paths. eg: "…/" |
| `repo_root_style` | `None` | The style for the root of the git repo when `truncate_to_repo` option is set to false. |
| `home_symbol` | `"~"` | The symbol indicating home directory. |
| `use_os_path_sep` | `true` | Use the OS specific path seperator instead of always using `/` (e.g. `\` on Windows) |
| `use_os_path_sep` | `true` | Use the OS specific path separator instead of always using `/` (e.g. `\` on Windows) |
<details>
<summary>This module has a few advanced configuration options that control how the directory is displayed.</summary>