¿Cómo recargo .inputrc usando un script bash?

¿Cómo recargo .inputrc usando un script bash?

Esta preguntaexplica cómo recargar .inputrcusando C-x C-r. Pero, ¿cómo se recargaría usando comandos en un script bash?

Respuesta1

Utilice el bindcomando:

bind -f ~/.inputrc

Ver help bindpara más información:

-f  filename       Read key bindings from FILENAME.

información relacionada