summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
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 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:|=*'