mirror of
https://github.com/starship/starship.git
synced 2026-06-21 02:02:14 +07:00
docs: Fix stashed example for Git Status to prevent parse warning (#6772)
This commit is contained in:
@@ -2002,7 +2002,7 @@ current directory.
|
||||
| `diverged` | `'⇕'` | The format of `diverged` |
|
||||
| `up_to_date` | `''` | The format of `up_to_date` |
|
||||
| `untracked` | `'?'` | The format of `untracked` |
|
||||
| `stashed` | `'$'` | The format of `stashed` |
|
||||
| `stashed` | `'\$'` | The format of `stashed` |
|
||||
| `modified` | `'!'` | The format of `modified` |
|
||||
| `staged` | `'+'` | The format of `staged` |
|
||||
| `renamed` | `'»'` | The format of `renamed` |
|
||||
|
||||
Reference in New Issue
Block a user