add history config to zshrc
This commit is contained in:
parent
93946beae2
commit
a38110ee55
|
@ -20,6 +20,14 @@ in {
|
|||
enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
autosuggestion.enable = true;
|
||||
|
||||
history = {
|
||||
append = true;
|
||||
expireDuplicatesFirst = true;
|
||||
ignoreAllDups = true;
|
||||
ignoreSpace = true;
|
||||
};
|
||||
|
||||
initExtra = import ./zshrc.nix {inherit config lib pkgs;};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue