mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 11:21:42 +01:00
chore: Improve formatting
This commit is contained in:
parent
5a71c25c57
commit
f5e63579a3
@ -1,8 +1,10 @@
|
|||||||
{
|
{
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
add_newline = false;
|
add_newline = false;
|
||||||
|
|
||||||
directory = {
|
directory = {
|
||||||
style = "purple";
|
style = "purple";
|
||||||
read_only = " ro";
|
read_only = " ro";
|
||||||
@ -19,7 +21,7 @@
|
|||||||
vicmd_symbol = "[<](bold green)";
|
vicmd_symbol = "[<](bold green)";
|
||||||
};
|
};
|
||||||
|
|
||||||
line_break = { disabled = true; };
|
line_break.disabled = true;
|
||||||
|
|
||||||
nodejs = {
|
nodejs = {
|
||||||
format = "with [$symbol($version )]($style)";
|
format = "with [$symbol($version )]($style)";
|
||||||
@ -29,6 +31,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
git_commit.tag_symbol = " tag ";
|
git_commit.tag_symbol = " tag ";
|
||||||
|
|
||||||
git_status = {
|
git_status = {
|
||||||
ahead = ">";
|
ahead = ">";
|
||||||
behind = "<";
|
behind = "<";
|
||||||
|
Loading…
Reference in New Issue
Block a user