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})"
|
||||
"$directory"
|
||||
"[](fg:${yellowColor} bg:${blueColor})"
|
||||
"$git_branch"
|
||||
"$git_branch "
|
||||
"$git_status"
|
||||
"$rust"
|
||||
"$docker_context"
|
||||
|
@ -76,7 +76,7 @@ in
|
|||
|
||||
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