Highlighted reverse search #22

Merged
sev merged 1 commits from inputrc into master 5 years ago
  1. 1
      .inputrc
  2. 6
      Makefile

1
.inputrc

@ -0,0 +1 @@
set enable-bracketed-paste off

6
Makefile

@ -22,6 +22,10 @@ bash_aliases: bash_profile
bash: bash_profile bash_aliases
inputrc:
@echo "[ inputrc ] Installing .inputrc"
@cat .inputrc > ~/.inputrc
gitconfig:
@echo "[ git ] Installing .gitconfig"
@cat .gitconfig > ~/.gitconfig
@ -38,7 +42,7 @@ vimrc:
vim: vimrc
install: bash git vim
install: bash inputrc git vim
all: clean install profile

Loading…
Cancel
Save