Remove automatic creation of enabled plugins/aliases/completion
authorMark Szymanski <mrman208@me.com>
Sun, 24 Jul 2011 18:35:43 +0000 (13:35 -0500)
committerMark Szymanski <mrman208@me.com>
Sun, 24 Jul 2011 18:35:43 +0000 (13:35 -0500)
bash_it.sh

index 7734c10..c7cbaa7 100644 (file)
@@ -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