summaryrefslogtreecommitdiffstats
path: root/docs/config/README.md
diff options
context:
space:
mode:
authorChad Denyar <6653063+cdenyar@users.noreply.github.com>2023-04-13 15:02:08 -0400
committerGitHub <noreply@github.com>2023-04-13 21:02:08 +0200
commitedb96cad580e5c414c34a4f64476a64a20595459 (patch)
treec18c3bab238988dbe72d45f2be8ff365444a5ec7 /docs/config/README.md
parentb2f902b3e9eda027782721c720f6ca862c85a13b (diff)
feat: add typechange to git_status module (#4829)
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
Diffstat (limited to 'docs/config/README.md')
-rw-r--r--docs/config/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 8ce553d92..68829fc10 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -1860,6 +1860,7 @@ You can disable the module or use the `windows_starship` option to use a Windows
| `staged` | `'+'` | The format of `staged` |
| `renamed` | `'»'` | The format of `renamed` |
| `deleted` | `'✘'` | The format of `deleted` |
+| `typechanged` | `""` | The format of `typechange` |
| `style` | `'bold red'` | The style for the module. |
| `ignore_submodules` | `false` | Ignore changes to submodules. |
| `disabled` | `false` | Disables the `git_status` module. |
@@ -1880,6 +1881,7 @@ The following variables can be used in `format`:
| `staged` | Displays `staged` when a new file has been added to the staging area. |
| `renamed` | Displays `renamed` when a renamed file has been added to the staging area. |
| `deleted` | Displays `deleted` when a file's deletion has been added to the staging area. |
+| `typechanged` | Displays `typechange` when a file's type has been changed in the staging area. |
| style\* | Mirrors the value of option `style` |
*: This variable can only be used as a part of a style string