Added .inputrc

This commit is contained in:
Ryan Cavicchioni 2014-03-02 21:00:58 -06:00
parent 2d43109b5d
commit 46e330c519
2 changed files with 4 additions and 1 deletions

2
.inputrc Normal file
View File

@ -0,0 +1,2 @@
set keymap vi
set editing-mode vi

View File

@ -11,8 +11,9 @@ install-git:
ln -s `pwd`/.gitconfig ~/.gitconfig
install-bash:
rm -f ~/.bash_profile
rm -f ~/.bash_profile ~/.inputrc
ln -s `pwd`/.bash_profile ~/.bash_profile
ln -s `pwd`/.inputrc ~/.inputrc
install-colordiff:
rm -f ~/.colordiffrc