bash: ignore leading space + duplicates in history #280

Merged
teutat3s merged 1 commit from bash-ignore-space into main 2024-12-10 11:07:55 +00:00

View file

@ -8,7 +8,13 @@
${name} = {
programs.git.enable = true;
programs.starship.enable = true;
programs.bash.enable = true;
programs.bash = {
enable = true;
historyControl = [
"ignoredups"
"ignorespace"
];
};
programs.neovim = {
enable = true;
vimAlias = true;