Autoloading inputrc on ssh login
When I ssh-ed into the ece server, inputrc
was not loaded by default. So command-line history was not iPython-like. To make this happen, just press Ctrl-X Ctrl-R
in bash. It re-reads the init file, i.e. reloads commands from .inputrc
. Source. Reference.
Leave a Comment