From c5115f8ab0782767e15e19de9c77b226fa0d3778 Mon Sep 17 00:00:00 2001 From: Siddhartha Menon <42359201+Sqvid@users.noreply.github.com> Date: Wed, 26 Jun 2024 23:47:38 +0100 Subject: [PATCH] minor prompt changes --- starship/.config/starship/starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starship/.config/starship/starship.toml b/starship/.config/starship/starship.toml index a83fdf3..b521d46 100644 --- a/starship/.config/starship/starship.toml +++ b/starship/.config/starship/starship.toml @@ -7,7 +7,7 @@ error_symbol = "[✖](bold red) " [directory] truncation_length = 2 -format = "[$path|](dimmed blue)" +format = "[$path ](dimmed blue)" [git_branch] symbol = " " @@ -19,7 +19,7 @@ commit_hash_length = 6 style = "bold white" [git_status] -format = '[\[$all_status\]](dimmed purple) ' +format = '([\[$all_status\]](dimmed purple)) ' conflicted = "[☇ ](bold red)" stashed = "[⚿ ](bold 214)" modified = "[🗎 ](bold yellow)"