mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
feat(git_branch): add ignore_bare_repo flag (#6936)
This commit is contained in:
@@ -574,6 +574,7 @@
|
||||
"only_attached": false,
|
||||
"always_show_remote": false,
|
||||
"ignore_branches": [],
|
||||
"ignore_bare_repo": false,
|
||||
"disabled": false
|
||||
}
|
||||
},
|
||||
@@ -3221,6 +3222,10 @@
|
||||
},
|
||||
"default": []
|
||||
},
|
||||
"ignore_bare_repo": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"disabled": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
|
||||
Reference in New Issue
Block a user