feat: remove git_status from starship prompt
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user