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
|
# copy example bashrc.local if one doesn't exist yet
|
||||||
if [ ! -f ~/.bashrc.local ]; then
|
if [ ! -f ~/.bashrc.local ]; then
|
||||||
ln -s $file/.bashrc.local ~/.bashrc.local
|
cp $file/.bashrc.local ~/.bashrc.local
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user