Skip to main content
Fixed link to point to the section in question
Source Link

If you only want to change the location of the file, you can set INPUTRC to my_config/my_actual_inputrc (if unset, defaults to ~/.inputrc).

There is also an equivalent of source, that is $include (sourcesource). For example:

$include myconfig/my_actual_inputrc

If you only want to change the location of the file, you can set INPUTRC to my_config/my_actual_inputrc (if unset, defaults to ~/.inputrc).

There is also an equivalent of source, that is $include (source). For example:

$include myconfig/my_actual_inputrc

If you only want to change the location of the file, you can set INPUTRC to my_config/my_actual_inputrc (if unset, defaults to ~/.inputrc).

There is also an equivalent of source, that is $include (source). For example:

$include myconfig/my_actual_inputrc
Source Link
T. Verron
  • 265
  • 1
  • 2
  • 8

If you only want to change the location of the file, you can set INPUTRC to my_config/my_actual_inputrc (if unset, defaults to ~/.inputrc).

There is also an equivalent of source, that is $include (source). For example:

$include myconfig/my_actual_inputrc