starship nits

This commit is contained in:
caandt 2024-12-25 14:39:50 -05:00
parent b66f1ecc1b
commit 23dbd54950

View file

@ -6,13 +6,16 @@
"$username"
"$hostname"
"$directory"
"([\\[ $git_branch"
"$git_commit"
"$git_state"
"$git_metrics"
"$git_status\\]](bold) )"
"$cmd_duration"
"$line_break"
"$jobs"
"$shlvl"
"$status"
@ -52,9 +55,9 @@
symbol = "*";
};
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_status.format = "(| [$all_status$ahead_behind]($style) )";
cmd_duration.format = "[\\[$duration\\]]($style) ";
hostname.format = "[ @$hostname ](bg:c2)";
};