From 83d4f6f57f39b6a359d1cee380017546020b6de4 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Fri, 15 Jan 2016 09:36:41 +0100 Subject: [PATCH] Shared history --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index 6e56da4..db5c52a 100644 --- a/zshrc +++ b/zshrc @@ -19,6 +19,10 @@ prompt bart # No dupes in history setopt HIST_IGNORE_DUPS +# Shared history between sessions +setopt inc_append_history +setopt share_history + # Setup the CNF hook if [[ -s /usr/share/doc/pkgfile/command-not-found.zsh ]]; then source /usr/share/doc/pkgfile/command-not-found.zsh