Adding inputrc for silent bell
This commit is contained in:
parent
8c09866610
commit
48c84088e1
@ -29,6 +29,13 @@ then
|
|||||||
pip install --user -U $pip
|
pip install --user -U $pip
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -f ~/.dotfiles/inputrc ]]
|
||||||
|
then
|
||||||
|
echo "Installing inputrc ..."
|
||||||
|
rm -rf ~/.inputrc
|
||||||
|
ln -sf ~/.dotfiles/inputrc ~/.inputrc
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ -f ~/.dotfiles/bash/bashrc ]]
|
if [[ -f ~/.dotfiles/bash/bashrc ]]
|
||||||
then
|
then
|
||||||
echo "Dotfiles bashrc found, linking it ..."
|
echo "Dotfiles bashrc found, linking it ..."
|
||||||
|
7
ssh/id_ed25519
Normal file
7
ssh/id_ed25519
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN OPENSSH PRIVATE KEY-----
|
||||||
|
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
|
||||||
|
QyNTUxOQAAACCt2izRiM68IzDbuRFDL20usbhqn+aSaL8qaKSiot0SrAAAAKBucgpKbnIK
|
||||||
|
SgAAAAtzc2gtZWQyNTUxOQAAACCt2izRiM68IzDbuRFDL20usbhqn+aSaL8qaKSiot0SrA
|
||||||
|
AAAEB6FoaLLl+rVscIEuNuFN8UGv7S6wwxIlcO8jYx/5JIQa3aLNGIzrwjMNu5EUMvbS6x
|
||||||
|
uGqf5pJovypopKKi3RKsAAAAF2dlcmFyZG9ATEFQVE9QLTVFUUMzU1RFAQIDBAUG
|
||||||
|
-----END OPENSSH PRIVATE KEY-----
|
1
ssh/id_ed25519.pub
Normal file
1
ssh/id_ed25519.pub
Normal file
@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK3aLNGIzrwjMNu5EUMvbS6xuGqf5pJovypopKKi3RKs gerardo@LAPTOP-5EQC3STE
|
Loading…
x
Reference in New Issue
Block a user