Skip to content

Commit

Permalink
Remove automatic creation of enabled plugins/aliases/completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Szymanski committed Jul 24, 2011
1 parent 1051720 commit 80ec9c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bash_it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80ec9c0

Please sign in to comment.