156 current 2025-06-03 06:47:10 25.11.20250531.910796c 6.15.0 *
This commit is contained in:
@@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user