From cf7b2d9404c08440d189795550a5d05ee117d4f6 Mon Sep 17 00:00:00 2001 From: azpsen Date: Fri, 26 Jan 2024 09:41:56 -0600 Subject: [PATCH] fix prompt spacing --- .config/starship.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index 3cb5629..426f8aa 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -36,7 +36,9 @@ modified = "​" staged = "​" renamed = "​" deleted = "​" -stashed = "≡" +stashed = "≡ " +ahead = "⇡ " +behind = "⇣ " [git_state] format = '\([$state( $progress_current/$progress_total)]($style)\) '