mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
fix(bun): change default icon (#5880)
* feat: change bun icon #5871 * fix: reverts docs
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
"disabled": false,
|
||||
"format": "via [$symbol($version )]($style)",
|
||||
"style": "bold red",
|
||||
"symbol": "🍞 ",
|
||||
"symbol": "🥟 ",
|
||||
"version_format": "v${raw}"
|
||||
},
|
||||
"allOf": [
|
||||
@@ -2119,7 +2119,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"symbol": {
|
||||
"default": "🍞 ",
|
||||
"default": "🥟 ",
|
||||
"type": "string"
|
||||
},
|
||||
"style": {
|
||||
|
||||
Reference in New Issue
Block a user