del bashrc first

This commit is contained in:
Shihaam Abdul Rahman 2022-11-19 01:32:27 +05:00
parent 5db0d63bee
commit f4b54e7304
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -25,6 +25,7 @@ then
make -C ble.sh install PREFIX=~/.local
cd -
mkdir $HOME/.cache; echo $PWD > $HOME/.cache/whereami
rm $HOME/.bashrc
ln -s $PWD/bashrc $HOME/.bashrc
fi
###################################################################