starship nits
This commit is contained in:
parent
b66f1ecc1b
commit
23dbd54950
|
|
@ -6,13 +6,16 @@
|
||||||
"$username"
|
"$username"
|
||||||
"$hostname"
|
"$hostname"
|
||||||
"$directory"
|
"$directory"
|
||||||
|
|
||||||
"([\\[ $git_branch"
|
"([\\[ $git_branch"
|
||||||
"$git_commit"
|
"$git_commit"
|
||||||
"$git_state"
|
"$git_state"
|
||||||
"$git_metrics"
|
"$git_metrics"
|
||||||
"$git_status \\]](bold) )"
|
"$git_status\\]](bold) )"
|
||||||
|
|
||||||
"$cmd_duration"
|
"$cmd_duration"
|
||||||
"$line_break"
|
"$line_break"
|
||||||
|
|
||||||
"$jobs"
|
"$jobs"
|
||||||
"$shlvl"
|
"$shlvl"
|
||||||
"$status"
|
"$status"
|
||||||
|
|
@ -52,9 +55,9 @@
|
||||||
symbol = "*";
|
symbol = "*";
|
||||||
};
|
};
|
||||||
git_branch.format = "[$branch(:$remote_branch)]($style) ";
|
git_branch.format = "[$branch(:$remote_branch)]($style) ";
|
||||||
git_status.format = "(| [$all_status$ahead_behind]($style))";
|
git_metrics.format = "(|([ $added]($added_style))([ $deleted]($deleted_style)) )";
|
||||||
git_metrics.format = "(| [$added]($added_style)([ $deleted]($deleted_style)) )";
|
|
||||||
git_metrics.disabled = false;
|
git_metrics.disabled = false;
|
||||||
|
git_status.format = "(| [$all_status$ahead_behind]($style) )";
|
||||||
cmd_duration.format = "[\\[$duration\\]]($style) ";
|
cmd_duration.format = "[\\[$duration\\]]($style) ";
|
||||||
hostname.format = "[ @$hostname ](bg:c2)";
|
hostname.format = "[ @$hostname ](bg:c2)";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue