Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash .inputrc color tab completion and more

$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
Source by www.topbug.net #
 
PREVIOUS NEXT
Tagged: #bash #color #tab #completion
ADD COMMENT
Topic
Name
3+7 =