summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-08-25 23:23:39 +0200
committerUrbain Vaes <urbain@vaes.uk>2018-08-25 23:23:39 +0200
commite9f2f20f7a52e8b77469b56a087cfcf30f2f0277 (patch)
tree27d1f5be69ac371c2ae0844e32ad4b76a40bd6e8 /zsh
parent34abdcc4d1368d94123391f49ebe135d7ad1c238 (diff)
Do not merge zsh histories⎈
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:|=*'