From feb0ff3b71846c38f15cefc9e40d1485130f955a Mon Sep 17 00:00:00 2001 From: Sylvain Herlédan Date: Sun, 26 Jan 2020 21:28:50 +0000 Subject: Disable shared history in Zsh. --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 2eae702..ff0ce73 100644 --- a/zshrc +++ b/zshrc @@ -5,6 +5,9 @@ ZSH_THEME="nanotech" plugins=(git archlinux gnu-utils pip python ssh-agent zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh +# Disable shared history +unsetopt share_history + # Highlighting configuration ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets) ZSH_HIGHLIGHT_STYLES[alias]=none -- cgit v1.2.3-70-g09d2