Skip to content

Commit

Permalink
add inputrc for case insensitive tab-completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Thayer Williams committed May 26, 2011
1 parent 3e1f60a commit d6012b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .inputrc
@@ -0,0 +1,5 @@
# file: ~/.inputrc
# site: http://cinderwick.ca

# ignore case when tab-completing paths
set completion-ignore-case on

0 comments on commit d6012b0

Please sign in to comment.