From e9f2f20f7a52e8b77469b56a087cfcf30f2f0277 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sat, 25 Aug 2018 23:23:39 +0200 Subject: Do not merge zsh historiesāŽˆ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index 3a61957..bfb1dec 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -31,7 +31,7 @@ setopt append_history setopt extended_history setopt hist_ignore_space setopt inc_append_history -setopt share_history +setopt no_share_history # Completion zstyle ':completion:*' matcher-list 'm:{a-zA-Z-_}={A-Za-z_-}' 'r:|=*' 'l:|=* r:|=*' -- cgit v1.2.3