del bashrc first

This commit is contained in:
2022-11-19 01:32:27 +05:00
parent 5db0d63bee
commit f4b54e7304

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
###################################################################