summary refs log tree commit diff
path: root/bin/1sh/1sh.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-03-09 19:39:15 -0400
committerJune McEnroe <june@causal.agency>2020-03-09 20:01:30 -0400
commit2bb9bfda46fd49e3610c92cc63268c56648a44b3 (patch)
treec7426a336630fba30c2fbc0c4d92319b821554b9 /bin/1sh/1sh.1
parentSource .editrc before applying -v or -e (diff)
downloadsrc-2bb9bfda46fd49e3610c92cc63268c56648a44b3.tar.gz
src-2bb9bfda46fd49e3610c92cc63268c56648a44b3.zip
Add HISTFILE history saving
Diffstat (limited to '')
-rw-r--r--bin/1sh/1sh.15
1 files changed, 5 insertions, 0 deletions
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