diff options
| author | Fuwn <[email protected]> | 2025-06-21 01:45:39 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-21 01:45:39 -0700 |
| commit | 2026a1ab06d378abeff071827d727412390edcd6 (patch) | |
| tree | b4248a62834e70b53b244ddc5d2bdaa3696a619d | |
| parent | Nara: Add ComfyUI cask (diff) | |
| download | nixos-config-2026a1ab06d378abeff071827d727412390edcd6.tar.xz nixos-config-2026a1ab06d378abeff071827d727412390edcd6.zip | |
Home(Nara): Increase Zsh history
| -rw-r--r-- | home/ebisu/nara/files.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/home/ebisu/nara/files.nix b/home/ebisu/nara/files.nix index 283adc7..8931c75 100644 --- a/home/ebisu/nara/files.nix +++ b/home/ebisu/nara/files.nix @@ -19,8 +19,9 @@ eval "$(zoxide init zsh)" - export HISTFILESIZE=1000000 - export HISTSIZE=1000000 + export HISTSIZE=1000000000 + export SAVEHIST=1000000000 + setopt EXTENDED_HISTORY ''; }; } |