This commit is contained in:
iFargle 2024-02-06 13:38:44 +09:00
parent 7b592a8c05
commit 6f8a3a32ab

View file

@ -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 = {