mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
fix(pixi): Don't trigger pixi module by .pixi directory (#6709)
This commit is contained in:
@@ -1479,9 +1479,7 @@
|
||||
"pixi.toml",
|
||||
"pixi.lock"
|
||||
],
|
||||
"detect_folders": [
|
||||
".pixi"
|
||||
],
|
||||
"detect_folders": [],
|
||||
"disabled": false,
|
||||
"format": "via [$symbol($version )(\\($environment\\) )]($style)",
|
||||
"pixi_binary": [
|
||||
@@ -5548,9 +5546,7 @@
|
||||
}
|
||||
},
|
||||
"detect_folders": {
|
||||
"default": [
|
||||
".pixi"
|
||||
],
|
||||
"default": [],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user