From c4690d95d7c2fa88fc9fba7a54a6535cfd6ed425 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 13 Dec 2022 08:34:29 -0800 Subject: [PATCH] don't show number of commits in prompt --- .config/starship.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 94240ce..393aa88 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -33,9 +33,6 @@ modified = "​" staged = "​" renamed = "​" deleted = "​" -ahead = "⇡${count}" -diverged = "⇕⇡${ahead_count}⇣${behind_count}" -behind = "⇣${count}" [git_state] format = '\([$state( $progress_current/$progress_total)]($style)\) '