diff options
author | Puck Meerburg <puck@puckipedia.com> | 2024-05-19 14:16:11 +0000 |
---|---|---|
committer | Puck Meerburg <puck@puckipedia.com> | 2024-05-19 22:47:45 +0000 |
commit | bfb91db4f6a580b4f90a511a79185db4aa3f34d3 (patch) | |
tree | bef0d5056ea6277c9ef86d70d401439e8999616e /doc | |
parent | 40311973a835aceb866b7d4465c286c700a59ad4 (diff) |
repl-interacter: save history after entering every line
Fixes: https://git.lix.systems/lix-project/lix/issues/328
Change-Id: Iedd79ff5f72e84766ebd234c63856170afc624f0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/rl-next/repl-fix-history.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/manual/rl-next/repl-fix-history.md b/doc/manual/rl-next/repl-fix-history.md new file mode 100644 index 000000000..1517f68e7 --- /dev/null +++ b/doc/manual/rl-next/repl-fix-history.md @@ -0,0 +1,9 @@ +--- +synopsis: "`nix repl` history is saved more reliably" +cls: 1164 +credits: puck +--- + +`nix repl` now saves its history file after each line, rather than at the end +of the session; ensuring that it will remember what you typed even after it +crashes. |