more starship configuration
This commit is contained in:
parent
13db4b4d21
commit
8a79aa18d4
|
@ -44,9 +44,7 @@ in {
|
||||||
enableTransience = true;
|
enableTransience = true;
|
||||||
settings = {
|
settings = {
|
||||||
character = {
|
character = {
|
||||||
success_symbol = "[➜](bold green)";
|
error_symbol = "[ ](bold red)";
|
||||||
error_symbol = "[✗](bold red) ";
|
|
||||||
vicmd_symbol = "[](bold blue) ";
|
|
||||||
};
|
};
|
||||||
time = {
|
time = {
|
||||||
disabled = false;
|
disabled = false;
|
||||||
|
@ -71,6 +69,21 @@ in {
|
||||||
read_only = " ";
|
read_only = " ";
|
||||||
format = "at [$path]($style)[$read_only]($read_only_style) ";
|
format = "at [$path]($style)[$read_only]($read_only_style) ";
|
||||||
};
|
};
|
||||||
|
git_metrics = {
|
||||||
|
disabled = false;
|
||||||
|
added_style = "bold blue";
|
||||||
|
format = "[+$added]($added_style)/[-$deleted]($deleted_style) ";
|
||||||
|
};
|
||||||
|
git_status = {
|
||||||
|
ahead = "↑$count(green)";
|
||||||
|
behind = "↓$count(red)";
|
||||||
|
diverged = "↕↓ahead_count(green)↑behind_count(red)";
|
||||||
|
deleted = "✘$count";
|
||||||
|
modified = "!$count";
|
||||||
|
staged = "✚$count";
|
||||||
|
renamed = "➜$count";
|
||||||
|
untracked = "?$count";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue