feat: remove git_status from starship prompt

This commit is contained in:
2026-04-27 00:15:45 +02:00
parent 8126141b22
commit 5091db4ac9
-10
View File
@@ -117,7 +117,6 @@
"$directory" "$directory"
"$git_branch" "$git_branch"
"$git_state" "$git_state"
"$git_status"
"$line_break" "$line_break"
"$character" "$character"
]; ];
@@ -133,15 +132,6 @@
style = ""; style = "";
}; };
git_status = {
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218)($ahead_behind$stashed)]($style)";
style = "cyan";
conflicted = "";
renamed = "";
deleted = "";
stashed = "";
};
git_state = { git_state = {
format = "([$state( $progress_current/$progress_total)]($style)) "; format = "([$state( $progress_current/$progress_total)]($style)) ";
style = "bright-black"; style = "bright-black";