$include /etc/inputrc
# Search history with key UP/DOWN
"\e[A": history-search-backward
"\e[B": history-search-forward
# Display all matching commands on TAB
set show-all-if-ambiguous on
# Display matching commands ignoring case
set completion-ignore-case on