From a333f757f2f41276db671fbdcf719219acc7ec34 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 31 Mar 2021 12:13:11 -0500 Subject: [PATCH] Fix history --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 053e451..25783e2 100644 --- a/.zshrc +++ b/.zshrc @@ -12,5 +12,6 @@ powerline-daemon -q source /usr/lib/python3.9/site-packages/powerline/bindings/zsh/powerline.zsh # History -export HISTFILE=~/.zsh_history +SAVEHIST=1000000 +HISTFILE=~/.zsh_history setopt INC_APPEND_HISTORY