Add creation of the folder

This commit is contained in:
Antonio J. Delgado 2022-05-05 17:10:29 +03:00
parent 69a7371808
commit 03aa0acd0f

View file

@ -7,4 +7,5 @@ if [ -e "${HOME}/.bashrc" ]; then
fi fi
cd "${my_dir}" ||exit 1 cd "${my_dir}" ||exit 1
cp bash_rc "${HOME}/.bashrc" -rfp cp bash_rc "${HOME}/.bashrc" -rfp
mkdir -p "${HOME}/.bashrc.d/"
cp bashrc.d/* "${HOME}/.bashrc.d/" -rfp cp bashrc.d/* "${HOME}/.bashrc.d/" -rfp