Added inputrc

This commit is contained in:
hellerve
2015-04-29 18:08:26 +02:00
parent 060cfd198e
commit e40a53daa5
3 changed files with 8 additions and 1 deletions

1
zshrc
View File

@@ -209,6 +209,7 @@ save_dotfiles(){
cp ~/.gitconfig ${DOTPATH}gitconfig
cp ~/.pip-upgrade ${DOTPATH}pip-upgrade
cp ~/.pythonrc ${DOTPATH}pythonrc
cp ~/.inputrc ${DOTPATH}inputrc
cp ~/.tmux.conf ${DOTPATH}tmux.conf
cp ~/.valgrindrc ${DOTPATH}valgrindrc
cp -r ~/.vim ${DOTPATH}vim