diff options
author | Alan Pearce | 2019-11-20 17:15:23 +0100 |
---|---|---|
committer | Alan Pearce | 2019-11-20 17:15:31 +0100 |
commit | db639f6981fc4e729e7f58c771712bf4ebb1c044 (patch) | |
tree | b10d253c6bdb137bd9b0b8521419febbb01a8f1d /user/settings | |
parent | f1d5fe7041427f637a35947a476b8f50baaeaaf7 (diff) | |
download | nixfiles-db639f6981fc4e729e7f58c771712bf4ebb1c044.tar.lz nixfiles-db639f6981fc4e729e7f58c771712bf4ebb1c044.tar.zst nixfiles-db639f6981fc4e729e7f58c771712bf4ebb1c044.zip |
zsh: Don't immediately share history between terminals
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 = { |