]> code.delx.au - dotfiles/commitdiff
inputrc: don't match hidden files
authorJames Bunton <jbunton@atlassian.com>
Wed, 3 May 2017 13:10:11 +0000 (23:10 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Thu, 4 May 2017 06:24:03 +0000 (16:24 +1000)
.inputrc

index 8916e9e2c86b81797f51c78fdb9ee2e5f7d4ed2f..2f2bf0a1dde2d39ffbfd7b08c6e05b25520fa457 100644 (file)
--- a/.inputrc
+++ b/.inputrc
@@ -3,3 +3,4 @@ set completion-ignore-case on
 set completion-map-case on
 set show-all-if-ambiguous on
 set colored-stats on
+set match-hidden-files off
\ No newline at end of file