chore: Improve formatting

This commit is contained in:
Donovan Glover 2023-05-24 11:40:49 -04:00
parent 5a71c25c57
commit f5e63579a3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,8 +1,10 @@
{
programs.starship = {
enable = true;
settings = {
add_newline = false;
directory = {
style = "purple";
read_only = " ro";
@ -19,7 +21,7 @@
vicmd_symbol = "[<](bold green)";
};
line_break = { disabled = true; };
line_break.disabled = true;
nodejs = {
format = "with [$symbol($version )]($style)";
@ -29,6 +31,7 @@
};
git_commit.tag_symbol = " tag ";
git_status = {
ahead = ">";
behind = "<";