nixosMod/frontend: configure bash history to ignore duplicates & allow exclusion with space

main
Felix Stupp 1 year ago
parent b3a9fb322f
commit 9db6bf9840
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -91,6 +91,11 @@ in
bash = {
enable = true;
enableCompletion = true;
historyControl = [
"ignoredups"
"erasedups"
"ignorespace"
];
};
bat = {

Loading…
Cancel
Save