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
Leave a Reply