From 6ffac1c71dfffeffc75a6dff3721c63a67b0b885 Mon Sep 17 00:00:00 2001
From: rycee
Default:
{ }
Declared by:
+
+
+<home-manager/modules/programs/zsh.nix>
+
+ |
programs.zsh.history.append
+
+
+If set, zsh sessions will append their history list to the history +file, rather than replace it. Thus, multiple parallel zsh sessions +will all have the new entries from their history lists added to the +history file, in the order that they exit.
This file will still be periodically re-written to trim it when the
+number of lines grows 20% beyond the value specified by
+programs.zsh.history.save
.
Type: +boolean
+ +Default:
+false
Declared by: