From edb96cad580e5c414c34a4f64476a64a20595459 Mon Sep 17 00:00:00 2001 From: Chad Denyar <6653063+cdenyar@users.noreply.github.com> Date: Thu, 13 Apr 2023 15:02:08 -0400 Subject: feat: add typechange to git_status module (#4829) Co-authored-by: David Knaack --- docs/config/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/config/README.md') 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 -- cgit v1.2.3