From 49d2f0e41e5a833de6aae50f8d4e0fa44402007b Mon Sep 17 00:00:00 2001 From: Sir Blob Date: Mon, 21 Sep 2026 02:10:17 +0000 Subject: [PATCH] Put the prompt directory and the input on one line --- default/themed/starship.toml.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default/themed/starship.toml.tpl b/default/themed/starship.toml.tpl index f41a97c..32a8fa1 100644 --- a/default/themed/starship.toml.tpl +++ b/default/themed/starship.toml.tpl @@ -1,6 +1,6 @@ add_newline = true command_timeout = 200 -format = "[$directory$git_branch$git_status]($style)$character" +format = "$directory$git_branch$git_status$character" palette = "blob" [palettes.blob] @@ -27,7 +27,7 @@ format = "[$branch]($style) " style = "italic accent" [git_status] -format = '[$all_status]($style)' +format = '[$all_status ]($style)' style = "warning" ahead = "⇡${count} " diverged = "⇕⇡${ahead_count}⇣${behind_count} "