zsh: Increase history size to 100000

pull/52/head
Simon Bruder 2021-04-14 21:55:49 +02:00
parent b9abd825cb
commit 942a5ffb04
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ in
};
zsh = {
enable = true;
history = {
save = 100000;
size = 100000;
};
plugins = [
{
name = "zsh-nix-shell";