156 current 2025-06-03 06:47:10 25.11.20250531.910796c 6.15.0 *

This commit is contained in:
2025-06-03 06:47:25 -04:00
parent 5554cd85a8
commit 3d8429c12e

View File

@@ -51,6 +51,9 @@
'';
historyIgnore = [
"ls"
"ls -a"
"ls -l"
"ls -la"
"cd"
"exit"
];
@@ -240,13 +243,18 @@
disabled = true;
};
username = {
style = "bold blue";
format = "[$user]($style)@";
show_always = true;
};
hostname = {
style = "bold cyan";
format = "[$ssh_symbol$hostname]($style) ";
ssh_only = false;
};
directory = {
style = "bold green";
};
};
};