From fad2f12075f8ba975f5e23686cbee566c1e16ada Mon Sep 17 00:00:00 2001 From: Eli Fouts Date: Tue, 4 Feb 2025 00:40:49 -0500 Subject: [PATCH] Changed Starship --- .config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index d7d4967..5a21aa7 100755 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -93,7 +93,7 @@ format = '[$symbol($version)]($style)' [git_branch] symbol = "  " -format = '[$symbol($version)]($style)' +format = '[$symbol($branch) ($version)]($style)' [git_commit] tag_symbol = '  '