Commit for generation 233

This commit is contained in:
2024-10-10 04:57:25 -04:00
parent 841c9bd829
commit 50d4d8de91

View File

@@ -11,8 +11,19 @@
settings = {
# right_format = "$cmd_duration";
format = lib.concatStrings [
"($username)(bold white)"
"($directory)"
];
username = {
show_always = true;
style_user = "bold white";
format = "[$user]($style)";
};
directory = {
format = "[ ](bold #89b4fa)[ $path ]($style)";
format = "[$path](bold cyan)[/](bold green) ";
style = "bold #b4befe";
};