ubuntu终端自动补全忽略大小写
2018-02-09 本文已影响0人
一只胖虎
编辑 ~/.inputrc 文件设置,添加下面代码:
set match-hidden-files off
set show-all-if-ambiguous on
set completion-ignore-case on
"\e[A": history-search-backward
"\e[B": history-search-forward
然后reboot,完事儿。
编辑 ~/.inputrc 文件设置,添加下面代码:
set match-hidden-files off
set show-all-if-ambiguous on
set completion-ignore-case on
"\e[A": history-search-backward
"\e[B": history-search-forward
然后reboot,完事儿。