From 2ac345c91aea67e7045ecd1687b097cad15ffb02 Mon Sep 17 00:00:00 2001 From: eKa Date: Wed, 18 Sep 2019 09:56:41 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BE=D0=B1=D1=89=D0=B0=D1=8F=20=D0=B8=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index 6dca6f0..5386e7b 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -106,3 +106,6 @@ if $(type tmux &>/dev/null); then fi fi fi + +# Disable hostory sharing +unsetopt share_history \ No newline at end of file