From 7f483fe909948c4a77c7e36180e9acf04975747f Mon Sep 17 00:00:00 2001 From: Kaholaz Date: Mon, 20 Feb 2023 02:39:48 +0100 Subject: [PATCH] Increase zsh_history length --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 2ea8ad0..62dbc89 100644 --- a/.zshrc +++ b/.zshrc @@ -53,6 +53,9 @@ if [ -z "$TMUX" ]; then fortune -s fi +export HISTFILESIZE=1000000000 +export HISTSIZE=1000000000 + source ~/.profile source ~/.aliases