This commit is contained in:
iFargle 2024-02-06 13:48:35 +09:00
parent 842e4c144c
commit 9689e1cbd8

View file

@ -54,7 +54,8 @@ in
nix_shell = { nix_shell = {
disabled = false; disabled = false;
heuristic = true; heuristic = true;
format = " [$symbol$state(\($name\))]($style)"; symbol = "";
format = "[$symbol$state(\($name\))]($style)";
style = "fg:${whiteColor} bg:${blueColor}"; style = "fg:${whiteColor} bg:${blueColor}";
}; };