1、在家目录配置或者新增.inputrc文件

2、编辑.inputrc文件,添加如下代码:

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