I am still learning NixOS ... I want to alter /etc/inputrc this way:

< "\e[5~": beginning-of-history
< "\e[6~": end-of-history
---
> "\e[5~": history-search-backward
> "\e[6~": history-search-forward

but inputrc is a symlink to nix-store and I guess that it is not a good 
idea to alter that one, but instead I have to write something to 
/etc/nixos/configuration.nix, right? But what?
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to