summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-11-24 08:47:38 -0500
committerKjetil Orbekk <kj@orbekk.com>2022-11-24 08:47:38 -0500
commit5dd2bb448e6d9bf3fc80e81747689ac42de07ed4 (patch)
treec3b6583c25507834ee7b4ce0e4ddfce040d927d5 /zsh
parent0b74ca9fcfbfeb9e8d35d67502fbed9dce92ecaf (diff)
Fix history append
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
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