From 639a7a1f58d0c155139ef5a251c04f039128bd4c Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Mon, 10 Nov 2025 18:27:28 -0500 Subject: [PATCH] Remove leading wedge --- starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship.toml b/starship.toml index c21766b..74ea9c9 100644 --- a/starship.toml +++ b/starship.toml @@ -1,6 +1,6 @@ add_newline = false -format = '[ ](bold fg:#000000 bg:#XXXXXX)${custom.toolbox}${custom.localhost}[](bold fg:#XXXXXX bg:#444444)$directory$python$git_branch$git_status$status$character' +format = '[ ](bold fg:#000000 bg:#XXXXXX)${custom.toolbox}${custom.localhost}[](bold fg:#XXXXXX bg:#444444)$directory$python$git_branch$git_status$status$character' [directory] format = "[$read_only]($read_only_style)[$path ]($style)[](fg:#444444 bg:#000000)"