From b4c84564441c5b5f6ba90292a9b2bb5a1e4b1968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 16 Oct 2022 23:15:07 +0200 Subject: [PATCH] Changed the HISTSIZE on .zshrc --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index e1ad1d1..8a4ac6d 100644 --- a/.zshrc +++ b/.zshrc @@ -22,7 +22,7 @@ gbranch() { [[ "$(uname)" == "Darwin" ]] && export ZSH="$HOME/.oh-my-zsh" HISTFILE=$HOME/.history_zsh -HISTSIZE=10000 +HISTSIZE=10000000 SAVEHIST=10000000 autoload -U colors && colors setopt PROMPT_SUBST