zsh: Ignore dupes in history

This commit is contained in:
Sam W 2022-12-12 01:01:30 +00:00
parent 8e435df3e2
commit 8eef537cba
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ in {
extended = true;
size = 100000;
save = size;
ignoreDups = true;
};
shellAliases = {
g = "git";