test
This commit is contained in:
parent
7b592a8c05
commit
6f8a3a32ab
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ in
|
||||||
"[](bg:${yellowColor} fg:${orangeColor})"
|
"[](bg:${yellowColor} fg:${orangeColor})"
|
||||||
"$directory"
|
"$directory"
|
||||||
"[](fg:${yellowColor} bg:${blueColor})"
|
"[](fg:${yellowColor} bg:${blueColor})"
|
||||||
"$git_branch"
|
"$git_branch "
|
||||||
"$git_status"
|
"$git_status"
|
||||||
"$rust"
|
"$rust"
|
||||||
"$docker_context"
|
"$docker_context"
|
||||||
|
@ -76,7 +76,7 @@ in
|
||||||
|
|
||||||
git_status = {
|
git_status = {
|
||||||
style = "fg:${whiteColor} bg:${blueColor}";
|
style = "fg:${whiteColor} bg:${blueColor}";
|
||||||
format = "[$all_status$ahead_behind ]($style)";
|
format = " [$all_status$ahead_behind ]($style)";
|
||||||
};
|
};
|
||||||
|
|
||||||
status = {
|
status = {
|
||||||
|
|
Loading…
Reference in a new issue