mirror of
https://github.com/starship/starship.git
synced 2026-06-21 02:02:14 +07:00
docs: Add $schema line to all presets (#7072)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
[aws]
|
||||
format = '\[[$symbol($profile)(\($region\))(\[$duration\])]($style)\]'
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# version: 1.0.0
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
add_newline = true
|
||||
continuation_prompt = "[▸▹ ](dimmed white)"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
[aws]
|
||||
symbol = " "
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
[buf]
|
||||
format = '(with [$symbol($version )]($style))'
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
[battery]
|
||||
full_symbol = "• "
|
||||
charging_symbol = "⇡ "
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
[bun]
|
||||
format = "via [$symbol]($style)"
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
format = """
|
||||
[](#9A348E)\
|
||||
$os\
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
continuation_prompt = "[.](bright-black) "
|
||||
|
||||
[character]
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
format = """
|
||||
$username\
|
||||
$hostname\
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
format = """
|
||||
[░▒▓](#a3aed2)\
|
||||
[ ](bg:#a3aed2 fg:#090c0c)\
|
||||
|
||||
Reference in New Issue
Block a user