From f324257aaee9d4ba94f9128e74c41f10946741b6 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 4 Apr 2022 14:03:52 +0200 Subject: Enlarged zsh hist --- .config/zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 977be7b..6fbceec 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -13,8 +13,8 @@ autoload -U colors && colors -HISTSIZE=5000 -SAVEHIST=5000 +HISTSIZE=25000 +SAVEHIST=25000 HISTFILE=$XDG_CONFIG_HOME/zsh/history LESS_TERMCAP_mb=$(printf '\e[1;31m'); export LESS_TERMCAP_mb -- cgit v1.2.3