From 63cc6ed0770e15cc1488fae84126bacd5b46806d Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Sun, 10 Apr 2022 12:19:30 +0200 Subject: [PATCH] [zshrc] Restore history env variables --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index d174fdf..026473f 100644 --- a/.zshrc +++ b/.zshrc @@ -17,6 +17,10 @@ setopt clobber zstyle ':completion:*' rehash true zstyle ':completion:*' special-dirs true +export HISTFILE=~/.zsh_history +export HISTFILESIZE=100000 +export HISTSIZE=100000 + unsetopt correct unsetopt correctall DISABLE_CORRECTION="true"