Remove automatic creation of enabled plugins/aliases/completion
parent
1051720257
commit
80ec9c06ba
|
|
@ -22,8 +22,7 @@ for file_type in "aliases" "completion" "plugins"
|
||||||
do
|
do
|
||||||
if [ ! -d "${BASH}/${file_type}/enabled" ]
|
if [ ! -d "${BASH}/${file_type}/enabled" ]
|
||||||
then
|
then
|
||||||
mkdir "${BASH}/${file_type}/enabled"
|
break
|
||||||
ln -s ${BASH}/${file_type}/available/* "${BASH}/${file_type}/enabled"
|
|
||||||
fi
|
fi
|
||||||
FILES="${BASH}/${file_type}/enabled/*.bash"
|
FILES="${BASH}/${file_type}/enabled/*.bash"
|
||||||
for config_file in $FILES
|
for config_file in $FILES
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue