From 7ab445fb32635eb2bee11d57b99866440e96bfb7 Mon Sep 17 00:00:00 2001 From: Tharre Date: Sat, 1 Apr 2017 00:37:15 +0200 Subject: zsh: unlimited history, this time really --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 5b06839..1f9144f 100644 --- a/.zshrc +++ b/.zshrc @@ -169,7 +169,8 @@ export SSH_AUTH_SOCK="$HOME/.gnupg/S.gpg-agent.ssh" bindkey -M viins ' ' magic-space setopt EXTENDED_GLOB -HISTSIZE=100000000 +export HISTSIZE=100000000 +export SAVEHIST=$HISTSIZE ## startup update_dotfiles -- cgit v1.2.3-70-g09d2