Copy instead of link .bashrc.local
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user