Go back to multi-line starship config

This commit is contained in:
Evie Litherland-Smith 2023-02-27 07:40:25 +00:00
parent 3908c3e29c
commit 54b4d4c953

View file

@ -1,8 +1,8 @@
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
format = "$directory$git_branch$git_status$character"
right_format = "$all"
# format = "$directory$git_branch$git_status$character"
# right_format = "$all"
# Inserts a blank line between shell prompts
add_newline = true
@ -24,7 +24,7 @@ success_symbol = "[[♥](green) ➜](maroon)"
error_symbol = "[➜](red)"
[line_break]
disabled = true
disabled = false
[aws]
symbol = " "
@ -161,7 +161,7 @@ symbol = " "
symbol = " "
[shell]
format = "using [$indicator]($style)"
format = "using [$indicator ]($style)"
disabled = false
[spack]