This question explains how to reload .inputrc using C-x C-r. But how would one reload it using commands in a bash script?
Asked
Active
Viewed 6,262 times
34
-foption accepts only a filename, not a file, which means, for instance, thatbind -f <(cat ~/.inputrc)has no effect. I run into this while trying to pass a singlesetline tobind -f. – Enlico Oct 13 '19 at 09:04