# HG changeset patch # User Oleksandr Gavenko # Date 1340832807 -10800 # Node ID 4a28df9cf5f019fde42245f9987d748bf573f233 # Parent 6f8820ca7f1ca9ad7b75936149427ff070318003 Ignore hidden files. diff -r 6f8820ca7f1c -r 4a28df9cf5f0 .inputrc --- a/.inputrc Thu Jun 28 00:11:00 2012 +0300 +++ b/.inputrc Thu Jun 28 00:33:27 2012 +0300 @@ -21,6 +21,9 @@ # control codes (to set 'C-w', etc). set bind-tty-special-chars off +# Ignore hidden files. +set match-hidden-files off + # Ignore case (on/off). set completion-ignore-case on