From 9adb3492f9da493f083cb056bdecd6fd645a6fd2 Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 31 Oct 2017 18:26:30 +0800 Subject: [PATCH] docs: fish_history can be set to the empty string --- doc_src/index.hdr.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 80e8bed7c..707944d2f 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -834,7 +834,9 @@ The user can change the settings of `fish` by changing the values of certain var - `fish_history`, the current history session name. If set, all subsequent commands within an interactive fish session will be logged to a separate file identified by the value of the - variable. If unset, or set to `default`, the default session name "fish" is used. + variable. If unset, or set to `default`, the default session name "fish" is used. If set to an + empty string, history is not saved to disk (but is still available within the interactive + session). - `fish_user_paths`, an array of directories that are prepended to `PATH`. This can be a universal variable.