Initial commit.

This commit is contained in:
2011-09-05 20:08:58 +02:00
commit 884d9209b0
13 changed files with 225 additions and 0 deletions

6
.inputrc Normal file
View File

@@ -0,0 +1,6 @@
# 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