Add creation of the folder
This commit is contained in:
parent
69a7371808
commit
03aa0acd0f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue