From 9f4e6ed56cba4216cab0c5e95ff860260d66bbd6 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Wed, 19 Jun 2024 08:03:28 +0300 Subject: Increase zsh histsize --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 9fd9283..733ec8b 100644 --- a/.zshrc +++ b/.zshrc @@ -2,8 +2,8 @@ autoload -U colors && colors PS1="%B%{$fg[yellow]%}[%{$fg[green]%}%n%{$fg[yellow]%}@%{$fg[cyan]%}%M%{$fg[yellow]%}:%{$fg[yellow]%}%~%{$fg[yellow]%}]"$'\n'"%{$fg[yellow]%}>%b " stty stop undef HISTFILE=~/.histfile -HISTSIZE=10000 -SAVEHIST=10000 +HISTSIZE=1000000 +SAVEHIST=1000000 setopt EXTENDED_HISTORY unsetopt beep bindkey -e -- cgit v1.2.3