My zsh configuration
git clone https://github.com/m-col/zshrc
Files | Refs | Readme

Commit 49d6da3681308089b4a8c6ca774868a82084dd93
Parent: b89cb00a74bb9f50860c38f8cbd2debf049e4665
Author: mcol <mcol@posteo.net>
Date: 2020-07-28 21:54:56 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2020-07-28 21:54:56 +0100

do not share history

zshrc Modified

@@ -17,7 +17,7 @@
 fi
 
 # zsh settings
-ZSH="$HOME/.zsh"
+local ZSH="$HOME/.zsh"
 HYPHEN_INSENSITIVE="true"
 COMPLETION_WAITING_DOTS="true"
 ZSH_COMPDUMP="$HOME/.zcompdump"
@@ -26,7 +26,7 @@
 HISTFILE="$HOME/.zsh_history"
 HISTSIZE=12000
 SAVEHIST=8000
-setopt SHARE_HISTORY
+#setopt SHARE_HISTORY
 setopt HIST_IGNORE_ALL_DUPS
 setopt HIST_REDUCE_BLANKS