diff options
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/zsh.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 6386dd74..ed1b75e9 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -38,6 +38,7 @@ in path = ".cache/zsh/history"; save = 20000; size = 10000; + share = false; }; localVariables = { |