Added inputrc file and to install

This commit is contained in:
Tony Grosinger 2013-04-25 07:31:07 -07:00
parent 441929b785
commit 024a453571
2 changed files with 7 additions and 0 deletions

4
.inputrc Normal file
View File

@ -0,0 +1,4 @@
"\e[A": history-search-backward
"\e[B": history-search-forward
set show-all-if-ambiguous on
set completion-ignore-case on

View File

@ -55,6 +55,9 @@ case "$choice" in
echo "Linking autoenv..."
linkFile .autoenv
echo "Linking inputrc..."
linkFile .inputrc
echo "Installing jq (you might have to enter your password)..."
chmod +x $DIR/jq
sudo ln -s $DIR/jq /usr/bin/jq