starship: fix indentation

This commit is contained in:
2026-02-03 16:57:59 +00:00
parent 9d476ee209
commit f342d99650

View File

@@ -23,20 +23,20 @@
truncation_length = 20; truncation_length = 20;
truncation_symbol = ""; truncation_symbol = "";
}; };
git_status = { git_status = {
format = "([$all_status$ahead_behind]($style) )"; format = "([$all_status$ahead_behind]($style) )";
style = "bold #df8e1d"; style = "bold #df8e1d";
conflicted = "conflict:$count "; conflicted = "conflict:$count ";
ahead = "ahead:$count "; ahead = "ahead:$count ";
behind = "behind:$count "; behind = "behind:$count ";
diverged = "ahead:$ahead_count behind:$behind_count "; diverged = "ahead:$ahead_count behind:$behind_count ";
untracked = "new:$count "; untracked = "new:$count ";
stashed = "stash:$count "; stashed = "stash:$count ";
modified = "mod:$count "; modified = "mod:$count ";
staged = "staged:$count "; staged = "staged:$count ";
renamed = "mv:$count "; renamed = "mv:$count ";
deleted = "del:$count "; deleted = "del:$count ";
}; };
}; };
}; };
} }