From 7b29c7985102407fa7eef5a5e48f0fe7378c28b8 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Thu, 29 Aug 2024 00:28:29 +0200 Subject: [PATCH] dont share shell history --- home-manager/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/shell.nix b/home-manager/shell.nix index baa2001..28a76d0 100644 --- a/home-manager/shell.nix +++ b/home-manager/shell.nix @@ -4,6 +4,7 @@ enable = true; enableCompletion = false; # manage completions ourself dotDir = ".config/zsh"; + history.share = false; shellAliases = { x = "startx"; rm = "rm -i";