diff --git a/options.xhtml b/options.xhtml index 9507c078c..7c6cd06d4 100644 --- a/options.xhtml +++ b/options.xhtml @@ -53891,6 +53891,35 @@ submodule
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: