zsh: Increase history size to 100000
This commit is contained in:
parent
b9abd825cb
commit
942a5ffb04
|
@ -37,6 +37,10 @@ in
|
|||
};
|
||||
zsh = {
|
||||
enable = true;
|
||||
history = {
|
||||
save = 100000;
|
||||
size = 100000;
|
||||
};
|
||||
plugins = [
|
||||
{
|
||||
name = "zsh-nix-shell";
|
||||
|
|
Loading…
Reference in a new issue