nixosMod/debugMinimal: configure bash history to ignore duplicates

main
Felix Stupp 1 year ago
parent 443f109ee6
commit b89c21ff84
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -38,6 +38,9 @@ in
enableCompletion = true;
enableLsColors = true;
vteIntegration = true;
interactiveShellInit = ''
export HISTCONTROL=ignoreboth:erasedups
'';
};
htop = {

Loading…
Cancel
Save