Go back to multi-line starship config
This commit is contained in:
parent
3908c3e29c
commit
54b4d4c953
|
@ -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 = true
|
disabled = false
|
||||||
|
|
||||||
[aws]
|
[aws]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
@ -161,7 +161,7 @@ symbol = " "
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
|
||||||
[shell]
|
[shell]
|
||||||
format = "using [$indicator]($style)"
|
format = "using [$indicator ]($style)"
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|
||||||
[spack]
|
[spack]
|
||||||
|
|
Loading…
Reference in a new issue