diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-09-05 20:19:31 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-09-05 20:19:31 +0200 |
commit | df229c4fa84e330d29a0fb7634d1ce01d9afc4f4 (patch) | |
tree | 8f6b26a1f33acdbcc86c87010ddca32faab34240 /.inputrc | |
parent | 7d022705ed126d78881fb7356e28f64ee7e540f4 (diff) | |
download | dotfiles-df229c4fa84e330d29a0fb7634d1ce01d9afc4f4.tar.gz dotfiles-df229c4fa84e330d29a0fb7634d1ce01d9afc4f4.tar.bz2 dotfiles-df229c4fa84e330d29a0fb7634d1ce01d9afc4f4.zip |
Whitespace cleanup.
Diffstat (limited to '.inputrc')
-rw-r--r-- | .inputrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ # Make Tab autocomplete regardless of filename case set completion-ignore-case on + # Append a slash when autocompleting symbolic links to directories set mark-symlinked-directories on + # List all matches in case multiple possible completions are possible -set show-all-if-ambiguous on +set show-all-if-ambiguous on
\ No newline at end of file |