From 03aa0acd0f187b699ddb7f4601bca4a2e29880b0 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 5 May 2022 17:10:29 +0300 Subject: [PATCH] Add creation of the folder --- install_my_bashrc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_my_bashrc.sh b/install_my_bashrc.sh index f6b249a..cc2d246 100755 --- a/install_my_bashrc.sh +++ b/install_my_bashrc.sh @@ -7,4 +7,5 @@ if [ -e "${HOME}/.bashrc" ]; then fi cd "${my_dir}" ||exit 1 cp bash_rc "${HOME}/.bashrc" -rfp +mkdir -p "${HOME}/.bashrc.d/" cp bashrc.d/* "${HOME}/.bashrc.d/" -rfp