about summary refs log tree commit diff
path: root/modules/shell/zsh/zshrc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/shell/zsh/zshrc.nix')
-rw-r--r--modules/shell/zsh/zshrc.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shell/zsh/zshrc.nix b/modules/shell/zsh/zshrc.nix
index 9328f7fb363d..123d49258b4b 100644
--- a/modules/shell/zsh/zshrc.nix
+++ b/modules/shell/zsh/zshrc.nix
@@ -76,6 +76,7 @@ fzf_ctrl_t() {
 }
 
 HISTFILE=~/state/zsh/history
+HISTSIZE=10000
 REPORTTIME=5
 SAVEHIST=9000
 ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)