about summary refs log tree commit diff
path: root/modules/shell
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-05-17 12:00:19 +0000
committerAlyssa Ross <hi@alyssa.is>2019-05-17 12:00:19 +0000
commit01e0d027c0d84714d5facca79cc476e607300ef7 (patch)
tree86215bfe0f14efd72af9e7e6ec0037790fdae4cc /modules/shell
parent8036761410de2d9fb9f22a3d28639c58efa904bd (diff)
downloadnixlib-01e0d027c0d84714d5facca79cc476e607300ef7.tar
nixlib-01e0d027c0d84714d5facca79cc476e607300ef7.tar.gz
nixlib-01e0d027c0d84714d5facca79cc476e607300ef7.tar.bz2
nixlib-01e0d027c0d84714d5facca79cc476e607300ef7.tar.lz
nixlib-01e0d027c0d84714d5facca79cc476e607300ef7.tar.xz
nixlib-01e0d027c0d84714d5facca79cc476e607300ef7.tar.zst
nixlib-01e0d027c0d84714d5facca79cc476e607300ef7.zip
modules/zsh: load more than 30 history entries
History entries were being saved, but not loaded into new shells.
Diffstat (limited to 'modules/shell')
-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)