Initial commit.
This commit is contained in:
6
.inputrc
Normal file
6
.inputrc
Normal 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
|
Reference in New Issue
Block a user