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 = [ historyIgnore = [
"ls" "ls"
"ls -a"
"ls -l"
"ls -la"
"cd" "cd"
"exit" "exit"
]; ];
@@ -240,13 +243,18 @@
disabled = true; disabled = true;
}; };
username = { username = {
style = "bold blue";
format = "[$user]($style)@"; format = "[$user]($style)@";
show_always = true; show_always = true;
}; };
hostname = { hostname = {
style = "bold cyan";
format = "[$ssh_symbol$hostname]($style) "; format = "[$ssh_symbol$hostname]($style) ";
ssh_only = false; ssh_only = false;
}; };
directory = {
style = "bold green";
};
}; };
}; };