summaryrefslogtreecommitdiffstats
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 743a2de..b999534 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -13,8 +13,8 @@
autoload -U colors && colors
-HISTSIZE=25000
-SAVEHIST=25000
+HISTSIZE=1000000
+SAVEHIST=1000000
HISTFILE=$XDG_CONFIG_HOME/zsh/history
LESS_TERMCAP_mb=$(printf '\e[1;31m'); export LESS_TERMCAP_mb