From 832627cfc98212ec430a1964fd25f0361791c565 Mon Sep 17 00:00:00 2001 From: velvettear Date: Thu, 19 Sep 2024 17:44:43 +0200 Subject: [PATCH] share zsh history --- zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index 379a8fd..2291098 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -3,5 +3,8 @@ # author: Daniel Sommer # license: MIT +# share zsh history +setopt SHARE_HISTORY + # exit if user is not root [[ "$EUID" != "0" ]] && return