mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
update directory style
This commit is contained in:
@ -13,7 +13,11 @@
|
||||
disabled = false;
|
||||
symbols.NixOS = "";
|
||||
};
|
||||
directory.style = "bold blue";
|
||||
directory = {
|
||||
format = "[$path]($style)[ $read_only]($read_only_style) ";
|
||||
read_only = "";
|
||||
style = "bold blue";
|
||||
};
|
||||
git_branch.format = "[$symbol$branch]($style) ";
|
||||
hostname = {
|
||||
ssh_only = false;
|
||||
|
Reference in New Issue
Block a user