.inputrc
changeset 468 4a28df9cf5f0
parent 238 1ae5fbcaea7c
child 488 e7c174f182b3
--- 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