Increase Zsh history
This commit is contained in:
parent
89f23afcd9
commit
6cfc51616c
1 changed files with 2 additions and 2 deletions
|
|
@ -62,8 +62,8 @@
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
history = {
|
history = {
|
||||||
save = 10000;
|
save = 50000;
|
||||||
size = 10000;
|
size = 50000;
|
||||||
};
|
};
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue