Update starship format
This commit is contained in:
parent
c8953aa6d0
commit
c0acd01670
|
@ -1,8 +1,8 @@
|
||||||
# Get editor completions based on the config schema
|
# Get editor completions based on the config schema
|
||||||
"$schema" = 'https://starship.rs/config-schema.json'
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
|
|
||||||
# format = "$directory$git_branch$git_status$character"
|
format = "$directory$git_branch$git_status$character"
|
||||||
# right_format = "$all"
|
right_format = "$all"
|
||||||
|
|
||||||
# Inserts a blank line between shell prompts
|
# Inserts a blank line between shell prompts
|
||||||
add_newline = true
|
add_newline = true
|
||||||
|
@ -24,7 +24,7 @@ success_symbol = "[[♥](green) ➜](maroon)"
|
||||||
error_symbol = "[➜](red)"
|
error_symbol = "[➜](red)"
|
||||||
|
|
||||||
[line_break]
|
[line_break]
|
||||||
disabled = false
|
disabled = true
|
||||||
|
|
||||||
[aws]
|
[aws]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
@ -96,7 +96,7 @@ symbol = " "
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
|
||||||
[os]
|
[os]
|
||||||
format = "on [($name $symbol )]($style)"
|
format = "on [$symbol$name ]($style)"
|
||||||
style = "bold blue"
|
style = "bold blue"
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|
||||||
|
@ -160,6 +160,7 @@ symbol = " "
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
|
||||||
[shell]
|
[shell]
|
||||||
|
format = "using [$indicator]($style)"
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|
||||||
[spack]
|
[spack]
|
||||||
|
|
Loading…
Reference in a new issue