📜  bash .inputrc 颜色选项卡完成等 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:38.951000             🧑  作者: Mango

代码示例1
$include /etc/inputrc
"\C-p":history-search-backward
"\C-n":history-search-forward

set colored-stats On
set completion-ignore-case On
set completion-prefix-display-length 3
set mark-symlinked-directories On
set show-all-if-ambiguous On
set show-all-if-unmodified On
set visible-stats On