The Technical Bits

… and pieces

Tuesday, September 25, 2012

Linux .inputrc Settings


# Don't ring bell on completion
set bell-style none


# Filename completion/expansion
set completion-ignore-case on
#set show-all-if-ambiguous on


# Expand homedir name
#set expand-tilde on


# Append "/" to all dirnames
set mark-directories on
set mark-symlinked-directories on


# Match all files
set match-hidden-files on

posted by gurnaik at 7:13 am  

Powered by WordPress