mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 07:46:28 +00:00
docs: Add detail to the truncation_length description
This commit is contained in:
parent
409efd9caa
commit
6cfc6ac5bb
@ -47,8 +47,8 @@ This is the list of prompt-wide configuration options.
|
||||
### Options
|
||||
|
||||
| Variable | Default | Description |
|
||||
| ------------- | ------- | --------------------------------------------- |
|
||||
| `add_newline` | `true` | Add a new line before the start of the prompt |
|
||||
| ------------- | ------- | ---------------------------------------------- |
|
||||
| `add_newline` | `true` | Add a new line before the start of the prompt. |
|
||||
|
||||
### Example
|
||||
|
||||
@ -118,8 +118,8 @@ git repo that you're currently in.
|
||||
### Options
|
||||
|
||||
| Variable | Default | Description |
|
||||
| ------------------- | ------- | -------------------------------------- |
|
||||
| `truncation_length` | `3` | Truncates to this many parent folders. |
|
||||
| ------------------- | ------- | ------------------------------------------------------------------------------- |
|
||||
| `truncation_length` | `3` | The number of parent folders that the current directory should be truncated to. |
|
||||
| `disabled` | `false` | Disables the `directory` module. |
|
||||
|
||||
### Example
|
||||
|
Loading…
Reference in New Issue
Block a user