Update starship format
This commit is contained in:
parent
c8953aa6d0
commit
c0acd01670
|
@ -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 = false
|
||||
disabled = true
|
||||
|
||||
[aws]
|
||||
symbol = " "
|
||||
|
@ -96,7 +96,7 @@ symbol = " "
|
|||
symbol = " "
|
||||
|
||||
[os]
|
||||
format = "on [($name $symbol )]($style)"
|
||||
format = "on [$symbol$name ]($style)"
|
||||
style = "bold blue"
|
||||
disabled = false
|
||||
|
||||
|
@ -160,6 +160,7 @@ symbol = " "
|
|||
symbol = " "
|
||||
|
||||
[shell]
|
||||
format = "using [$indicator]($style)"
|
||||
disabled = false
|
||||
|
||||
[spack]
|
||||
|
|
Loading…
Reference in a new issue