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