home: zsh: make history ten times bigger
This commit is contained in:
parent
467cfaa066
commit
684dac5904
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ in
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
|
||||||
history = {
|
history = {
|
||||||
size = 50000;
|
size = 500000;
|
||||||
ignoreSpace = true;
|
ignoreSpace = true;
|
||||||
ignoreDups = true;
|
ignoreDups = true;
|
||||||
share = true;
|
share = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue