From e80cb0080aa7487b74415e7aa6320a387568b866 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Fri, 2 May 2014 14:39:56 +0200 Subject: input: added the .inputrc file. --- install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 2111595..ab837fe 100755 --- a/install.sh +++ b/install.sh @@ -12,6 +12,7 @@ git submodule update cp bashrc $HOME/.bashrc cp bash_profile $HOME/.bash_profile cp psqlrc $HOME/.psqlrc +cp inputrc $HOME/.inputrc cp irbrc $HOME/.irbrc cp gemrc $HOME/.gemrc cp gitcompletion.sh $HOME/.gitcompletion.sh -- cgit v1.2.3