From 581f6eeb2e381262eecad8ca80ce1f87bfc4f8d5 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 15 Jan 2019 21:38:56 -0500 Subject: [PATCH] Use INC_APPEND_HISTORY, which I thought I was already using I guess something else must have been setting this, which has now changed? idk, whatever, it works now --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index d77734f..e0ab11b 100644 --- a/.zshrc +++ b/.zshrc @@ -29,7 +29,7 @@ setopt CORRECT CORRECT_IGNORE="_*" zhighlighters=(main brackets) stty -ixon #disable XON/XOFF, which breaks C-s -setopt no_share_history +setopt inc_append_history # rehashes on bin change, might cause performance issues zstyle ':completion:*' rehash true