The Computer Oracle

How do I reload .inputrc using a bash script?

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Ancient Construction

--

Chapters
00:00 How Do I Reload .Inputrc Using A Bash Script?
00:15 Accepted Answer Score 40
00:27 Thank you

--

Full question
https://superuser.com/questions/419670/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#bash #readline #inputrc

#avk47



ACCEPTED ANSWER

Score 40


Use the bind command:

bind -f ~/.inputrc

See help bind for more information:

-f  filename       Read key bindings from FILENAME.