put this to you ~/.inputrc

# do not show hidden files in the list
set match-hidden-files off
# auto complete ignoring case
set show-all-if-ambiguous on
set completion-ignore-case on
# lookup in search histories
"\ep": history-search-backward
"\e[A": history-search-backward
"\e[B": history-search-forward

© 2012 { joycodes blog } Suffusion theme by Sayontan Sinha