mirror of https://github.com/wlcx/home.git
zsh: Ignore dupes in history
This commit is contained in:
parent
8e435df3e2
commit
8eef537cba
|
@ -28,6 +28,7 @@ in {
|
|||
extended = true;
|
||||
size = 100000;
|
||||
save = size;
|
||||
ignoreDups = true;
|
||||
};
|
||||
shellAliases = {
|
||||
g = "git";
|
||||
|
|
Loading…
Reference in New Issue