mirror of
https://github.com/wlcx/home.git
synced 2025-10-11 22:43:44 +01:00
zsh: Ignore dupes in history
This commit is contained in:
parent
8e435df3e2
commit
8eef537cba
@ -28,6 +28,7 @@ in {
|
|||||||
extended = true;
|
extended = true;
|
||||||
size = 100000;
|
size = 100000;
|
||||||
save = size;
|
save = size;
|
||||||
|
ignoreDups = true;
|
||||||
};
|
};
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
g = "git";
|
g = "git";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user