Added inputrc
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,4 +1,4 @@
|
||||
all:bash ghc git python tmux valgrind vim zsh
|
||||
all:bash ghc git input python tmux valgrind vim zsh
|
||||
|
||||
bash:
|
||||
cp bash_profile ~/.bash_profile
|
||||
@@ -11,6 +11,9 @@ git:
|
||||
cp gitignore ~/.gitignore
|
||||
cp gitconfig ~/.gitconfig
|
||||
|
||||
input:
|
||||
cp inputrc ~/.inputrc
|
||||
|
||||
python:
|
||||
cp pythonrc ~/.pythonrc
|
||||
|
||||
|
3
inputrc
Normal file
3
inputrc
Normal file
@@ -0,0 +1,3 @@
|
||||
set meta-flag on
|
||||
set convert-meta off
|
||||
set output-meta on
|
Reference in New Issue
Block a user