Copy instead of link .bashrc.local

This commit is contained in:
2022-12-02 11:31:08 -06:00
parent d86ef98487
commit 959e419e5c

View File

@ -37,6 +37,6 @@ fi
# copy example bashrc.local if one doesn't exist yet
if [ ! -f ~/.bashrc.local ]; then
ln -s $file/.bashrc.local ~/.bashrc.local
cp $file/.bashrc.local ~/.bashrc.local
fi