mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
feat(shell): allow distinguishing between pwsh and powershell (#5478)
* Distinguish between pwsh and powershell Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
This commit is contained in:
@@ -5311,6 +5311,12 @@
|
||||
"default": "psh",
|
||||
"type": "string"
|
||||
},
|
||||
"pwsh_indicator": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"ion_indicator": {
|
||||
"default": "ion",
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user