Added .inputrc
This commit is contained in:
parent
2d43109b5d
commit
46e330c519
3
Makefile
3
Makefile
@ -11,8 +11,9 @@ install-git:
|
|||||||
ln -s `pwd`/.gitconfig ~/.gitconfig
|
ln -s `pwd`/.gitconfig ~/.gitconfig
|
||||||
|
|
||||||
install-bash:
|
install-bash:
|
||||||
rm -f ~/.bash_profile
|
rm -f ~/.bash_profile ~/.inputrc
|
||||||
ln -s `pwd`/.bash_profile ~/.bash_profile
|
ln -s `pwd`/.bash_profile ~/.bash_profile
|
||||||
|
ln -s `pwd`/.inputrc ~/.inputrc
|
||||||
|
|
||||||
install-colordiff:
|
install-colordiff:
|
||||||
rm -f ~/.colordiffrc
|
rm -f ~/.colordiffrc
|
||||||
|
Loading…
Reference in New Issue
Block a user