mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
feat(custom): add option to check if pwd is in a repo (#4822)
* feat(custom): add option to check if pwd is in a repo * Apply suggestions from code review Co-authored-by: David Knaack <davidkna@users.noreply.github.com> * change whenrepo to require_repo * chore: fix doc formatting --------- Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
This commit is contained in:
@@ -5701,6 +5701,10 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"require_repo": {
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"shell": {
|
||||
"default": [],
|
||||
"allOf": [
|
||||
|
||||
Reference in New Issue
Block a user