test
This commit is contained in:
parent
a5b36574b1
commit
ab3a69cc01
1 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ in
|
|||
directory = {
|
||||
style = "fg:${blackColor} bg:${yellowColor}";
|
||||
format = "[ $path ]($style)";
|
||||
truncation_length = 3;
|
||||
truncation_length = 2;
|
||||
truncation_symbol = "…/";
|
||||
substitutions = {
|
||||
Documents = " ";
|
||||
|
@ -71,12 +71,12 @@ in
|
|||
git_branch = {
|
||||
symbol = "";
|
||||
style = "fg:${whiteColor} bg:${blueColor}";
|
||||
format = "[ $symbol $branch]($style)";
|
||||
format = "[$symbol $branch]($style)";
|
||||
};
|
||||
|
||||
git_status = {
|
||||
style = "fg:${whiteColor} bg:${blueColor}";
|
||||
format = " [$all_status$ahead_behind ]($style)";
|
||||
format = " [ $all_status$ahead_behind]($style)";
|
||||
};
|
||||
|
||||
status = {
|
||||
|
|
Loading…
Reference in a new issue