From 4e9e9fda02834579caadedcbf2266df9f226b5c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Sat, 19 Dec 2020 22:17:46 +0100 Subject: [PATCH] export history options and increase size --- .zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 56b191e..f627679 100644 --- a/.zshrc +++ b/.zshrc @@ -22,9 +22,9 @@ source ~/.env_* #zle -N zle-keymap-select #zle -N edit-command-line -HISTFILE=~/.zsh_history -HISTSIZE=5000 -SAVEHIST=3000 +export HISTFILE=~/.zsh_history +export HISTSIZE=1000000000 +export SAVEHIST=1000000000 REPORTTIME=10 -- 2.39.2