Ignore hidden files.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 28 Jun 2012 00:33:27 +0300
changeset 468 4a28df9cf5f0
parent 467 6f8820ca7f1c
child 469 83c0cf64c18d
Ignore hidden files.
.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