From 2bb9bfda46fd49e3610c92cc63268c56648a44b3 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 9 Mar 2020 19:39:15 -0400 Subject: Add HISTFILE history saving --- bin/1sh/1sh.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/1sh/1sh.1') diff --git a/bin/1sh/1sh.1 b/bin/1sh/1sh.1 index d72a87c7..aa906bca 100644 --- a/bin/1sh/1sh.1 +++ b/bin/1sh/1sh.1 @@ -1351,6 +1351,11 @@ If not set, the default editor is The default editor used with the .Ic fc built-in. +.It Va HISTFILE +The path to the file in which command history is saved. +History is loaded when +.Va HISTFILE +is set and saved on exit. .It Va HISTSIZE The number of previous commands that are accessible. .It Va HOME -- cgit 1.4.1