diff options
| author | vin <vin@vineetk.net> | 2025-05-23 01:29:35 -0400 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-05-23 01:29:35 -0400 |
| commit | 1718f4f19bc947c3e1179a278e816310a3c8cec6 (patch) | |
| tree | da72208ff5170d5b684cc56cc0883e149d9d2adb | |
| parent | d3fbcbbaa49787df7d0a4e063dc2ad2e54008395 (diff) | |
demiurge, hastur: increase zsh histsize to 1000000
| -rw-r--r-- | home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -748,6 +748,7 @@ in | |||
| 748 | history = { | 748 | history = { |
| 749 | ignoreDups = true; | 749 | ignoreDups = true; |
| 750 | ignoreSpace = true; | 750 | ignoreSpace = true; |
| 751 | save = 1000000; # 10k is inconvenient | ||
| 751 | }; | 752 | }; |
| 752 | initContent = '' | 753 | initContent = '' |
| 753 | # auto-correct commands | 754 | # auto-correct commands |
