From 5dd2bb448e6d9bf3fc80e81747689ac42de07ed4 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 24 Nov 2022 08:47:38 -0500 Subject: Fix history append --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 8188049..2b9b0f4 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -30,7 +30,7 @@ WORDCHARS='' HISTFILE=~/.zsh_history HISTSIZE=1000000 SAVEHIST=$HISTSIZE -setopt append_history share_history histignorealldups +setopt inc_append_history share_history histignorealldups source ~/.zsh/powerlevel10k/powerlevel10k.zsh-theme -- cgit v1.2.3