ignore dupes and leading spaces in bash history

This commit is contained in:
foosinn 2022-08-12 08:19:17 +02:00
parent 937bf0572e
commit e92cf8f9cd

View file

@ -48,6 +48,7 @@ in {
BAT_THEME = "ansi";
EDITOR = "nvim";
STARSHIP_CONFIG = "/etc/starship.toml";
HISTCONTROL = "ignoreboth";
};
};