From 80ec9c06bae86a0f51b155a3e7298d2c869f6acd Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Sun, 24 Jul 2011 13:35:43 -0500 Subject: [PATCH] Remove automatic creation of enabled plugins/aliases/completion --- bash_it.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bash_it.sh b/bash_it.sh index 7734c10..c7cbaa7 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 -- 2.17.1