mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
feat: add typechange to git_status module (#4829)
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
This commit is contained in:
@@ -617,6 +617,7 @@
|
||||
"staged": "+",
|
||||
"stashed": "\\$",
|
||||
"style": "red bold",
|
||||
"typechanged": "",
|
||||
"untracked": "?",
|
||||
"up_to_date": ""
|
||||
},
|
||||
@@ -3284,6 +3285,10 @@
|
||||
"default": "?",
|
||||
"type": "string"
|
||||
},
|
||||
"typechanged": {
|
||||
"default": "",
|
||||
"type": "string"
|
||||
},
|
||||
"ignore_submodules": {
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
|
||||
Reference in New Issue
Block a user