Upgrade Command Line

Upgrades the command line interface commands on a Raspberry Pi to allow for quicker recall of previously entered commands, as well as greater leniency in identifying appropriate folder and file names for auto complete purposes.  Requires re-login to enable.

cd ~
sudo nano .inputrc

"e[A": history-search-backward
"e[B": history-search-forward
set show-all-if-ambiguous on
set completion-ignore-case on

Posted

in

by

Tags:

Comments

One response to “Upgrade Command Line”

  1. […] I recommend the general raspberry pi command line upgrades that I’ve previously written […]

Leave a Reply

Your email address will not be published. Required fields are marked *