1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-02 23:20:59 +01:00

Preserve readline history across sessions. Add rl_readline_name.

This commit is contained in:
Ole Jørgen Brønner 2016-02-23 23:19:49 +01:00
parent 5599665a27
commit 103c46abc2
2 changed files with 10 additions and 1 deletions

View file

@ -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