Increase history size

This commit is contained in:
Alexander Bantyev 2020-08-22 11:09:44 +03:00
parent 7a7cb5df51
commit b90d6ecb79
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -11,6 +11,10 @@
theme = "agnoster";
plugins = [ "git" "dirhistory" ];
};
history = rec {
size = 1000000;
save = size;
};
plugins = [
{
name = "zsh-nix-shell";