summaryrefslogtreecommitdiff
path: root/home/ebisu/nara
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-05-11 01:33:29 -0700
committerFuwn <[email protected]>2025-05-11 01:33:29 -0700
commit6d8ae2bd26cfc760d689fba1a0e393550f2efe7f (patch)
treecdf7aed6ababd685b75825e86e5d4a9d4b37a4a3 /home/ebisu/nara
parentHimeji: Bump Locus (diff)
downloadnixos-config-6d8ae2bd26cfc760d689fba1a0e393550f2efe7f.tar.xz
nixos-config-6d8ae2bd26cfc760d689fba1a0e393550f2efe7f.zip
Nara: Increase history size
Diffstat (limited to 'home/ebisu/nara')
-rw-r--r--home/ebisu/nara/files.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/ebisu/nara/files.nix b/home/ebisu/nara/files.nix
index e3e2d8b..283adc7 100644
--- a/home/ebisu/nara/files.nix
+++ b/home/ebisu/nara/files.nix
@@ -16,7 +16,11 @@
source $(brew --prefix)/opt/zsh-vi-mode/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
source ${agkozak-zsh-prompt}/agkozak-zsh-prompt.plugin.zsh
+
eval "$(zoxide init zsh)"
+
+ export HISTFILESIZE=1000000
+ export HISTSIZE=1000000
'';
};
}