From 1f23954c6a8cbd641c9be416aa783181907284cd Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 6 Apr 2020 18:39:24 +0200 Subject: [PATCH] [UPDATE][ZSH] Change shared history handling --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 66c7ff8..611eb0a 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -10,8 +10,8 @@ SAVEHIST=10000 # Allow for command substitution in PS1 to have a common prompt with bash setopt promptsubst -# Append incrementally to the history and reload it whenever used -setopt share_history +# Append incrementally to the history +setopt append_history # Show an error when a globbing expansion doesn't find any match setopt nomatch # List on ambiguous completion and Insert first match immediately