commit | 80ec9c06bae86a0f51b155a3e7298d2c869f6acd | [log] [tgz] |
---|---|---|
author | Mark Szymanski <mrman208@me.com> | 周日 7月 24 13:35:43 2011 -0500 |
committer | Mark Szymanski <mrman208@me.com> | 周日 7月 24 13:35:43 2011 -0500 |
tree | 818698913c8d595d61faba03b26016230ba0f972 | |
parent | 105172025742cf32734825c7d446250332627d55 [diff] [blame] |
Remove automatic creation of enabled plugins/aliases/completion
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 @@ 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