From a9c5833457524c5c59f6426911f6cbc68b869284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 17 Oct 2018 11:02:09 +0200 Subject: [PATCH] Add ZFS history sharing --- zsh/zshrc.d/10_shellopts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/zshrc.d/10_shellopts.sh b/zsh/zshrc.d/10_shellopts.sh index c55db11..1422272 100644 --- a/zsh/zshrc.d/10_shellopts.sh +++ b/zsh/zshrc.d/10_shellopts.sh @@ -15,6 +15,8 @@ setopt CHECK_JOBS setopt HUP setopt LONG_LIST_JOBS +setopt share_history + bindkey -e autoload -U promptinit