diff --git a/install.sh b/install.sh index f1827db..f098e87 100755 --- a/install.sh +++ b/install.sh @@ -8,6 +8,11 @@ if [ -f $run_directory/.disabled ]; then exit 0 fi +if [ ! -d /home/$user/.bashrc.d ]; then + echo "~/.bashrc.d does not exist. Creating it..." + mkdir /home/$user/.bashrc.d +fi + echo "Copying bashrc-mine to extensions directory..." cp $run_directory/bashrc-mine /home/$user/.bashrc.d/