mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
perf(pulumi): allow disabling upwards discovery (#4159)
* perf(pulumi): disable upwards discovery by default * change `search_upwards` default to `true`
This commit is contained in:
@@ -1026,6 +1026,7 @@
|
||||
"default": {
|
||||
"disabled": false,
|
||||
"format": "via [$symbol($username@)$stack]($style) ",
|
||||
"search_upwards": true,
|
||||
"style": "bold 5",
|
||||
"symbol": " ",
|
||||
"version_format": "v${raw}"
|
||||
@@ -3831,6 +3832,10 @@
|
||||
"disabled": {
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"search_upwards": {
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user