Initial commit of dotfiles.

This commit is contained in:
Jeff Geerling
2014-01-10 09:00:46 -06:00
parent 35604dfad4
commit 78625a15b5
4 changed files with 93 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# Allow up/down autocompletion of commands from bash history.
# From: coderwall.com/p/oqtj8w
"\e[A": history-search-backward
"\e[B": history-search-forward
set show-all-if-ambiguous on
set completion-ignore-case on