diff --git a/bash_it.sh b/bash_it.sh index 7734c10c..c7cbaa73 100644 --- a/bash_it.sh +++ b/bash_it.sh @@ -22,8 +22,7 @@ for file_type in "aliases" "completion" "plugins" do if [ ! -d "${BASH}/${file_type}/enabled" ] then - mkdir "${BASH}/${file_type}/enabled" - ln -s ${BASH}/${file_type}/available/* "${BASH}/${file_type}/enabled" + break fi FILES="${BASH}/${file_type}/enabled/*.bash" for config_file in $FILES