Put the prompt directory and the input on one line
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
add_newline = true
|
add_newline = true
|
||||||
command_timeout = 200
|
command_timeout = 200
|
||||||
format = "[$directory$git_branch$git_status]($style)$character"
|
format = "$directory$git_branch$git_status$character"
|
||||||
palette = "blob"
|
palette = "blob"
|
||||||
|
|
||||||
[palettes.blob]
|
[palettes.blob]
|
||||||
@@ -27,7 +27,7 @@ format = "[$branch]($style) "
|
|||||||
style = "italic accent"
|
style = "italic accent"
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
format = '[$all_status]($style)'
|
format = '[$all_status ]($style)'
|
||||||
style = "warning"
|
style = "warning"
|
||||||
ahead = "⇡${count} "
|
ahead = "⇡${count} "
|
||||||
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
|
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
|
||||||
|
|||||||
Reference in New Issue
Block a user