diff options
author | Ole Jørgen Brønner <olejorgenb@yahoo.no> | 2016-02-23T22·19+0100 |
---|---|---|
committer | Ole Jørgen Brønner <olejorgenb@yahoo.no> | 2016-02-23T22·19+0100 |
commit | 103c46abc273266afcd5dbffa40151114234a02b (patch) | |
tree | 47b18af162a3a29de61d69fca08c1cf942faf25a /README.md | |
parent | 5599665a270128361862774701ae41fbfba5a661 (diff) |
Preserve readline history across sessions. Add rl_readline_name.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md index c5964fd5ea17..acdcd367fc9e 100644 --- a/README.md +++ b/README.md @@ -102,3 +102,7 @@ example: nix-repl> config.networking.use<TAB> config.networking.useDHCP config.networking.usePredictableInterfaceNames + +Input history is preserved by readline in ~/.nix-repl-history +The readline "application name" is nix-repl. This allows for nix-repl specific +settings in ~/.inputrc |