update directory style

This commit is contained in:
2024-08-05 19:23:10 +05:30
parent 28ab9d9e0a
commit 4125f14243

View File

@ -14,8 +14,8 @@
symbols.NixOS = "󰊠";
};
directory = {
format = "[$path]($style)[ $read_only]($read_only_style) ";
read_only = "󰌾";
format = "[$path]($style)[$read_only ]($read_only_style)";
read_only = " 󰌾";
style = "bold blue";
};
git_branch.format = "[$symbol$branch]($style) ";