Como faço para obter corretamente o .inputrc?

2

Eu tenho vários comandos set em .inputrc . Anteriormente, eu os carreguei por meio de source .inputrc , mas alguns programas não estão satisfeitos com os comandos set em .profile . Qual é a maneira correta de fazer isso?

    
por Lenar Hoyt 16.06.2016 / 19:28

1 resposta

2

Você não faz isso.

Consulte a seção "FILE DE INICIALIZAÇÃO" do manual de readline ( man readline ):

Readline is customized by putting commands in an initialization file (the inputrc file). The name of this file is taken from the value of the INPUTRC environment variable. If that variable is unset, the default is ~/.inputrc. If that file does not exist or cannot be read, the ultimate default is /etc/inputrc. When a program which uses the readline library starts up, the init file is read, and the key bindings and variables are set.

    
por 16.06.2016 / 19:42

Tags