Skip to content

Commit

Permalink
Update the config-schema
Browse files Browse the repository at this point in the history
Signed-off-by: Gilbert Sanchez <me@gilbertsanchez.com>
  • Loading branch information
HeyItsGilbert committed Oct 3, 2023
1 parent 6e155de commit e8792a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/config-schema.json
Expand Up @@ -1498,6 +1498,7 @@
"ion_indicator": "ion",
"nu_indicator": "nu",
"powershell_indicator": "psh",
"powershellcore_indicator": "pwsh",
"style": "white bold",
"tcsh_indicator": "tsh",
"unknown_indicator": "",
Expand Down Expand Up @@ -5286,6 +5287,10 @@
"default": "psh",
"type": "string"
},
"powershellcore_indicator": {
"default": "pwsh",
"type": "string"
},
"ion_indicator": {
"default": "ion",
"type": "string"
Expand Down

0 comments on commit e8792a8

Please sign in to comment.