Add some TODO items

pull/1043/head
Nils Winkler 2017-09-15 08:10:15 +02:00
parent 9e99c8cb3d
commit e53b5dc96e
2 changed files with 5 additions and 0 deletions

View File

@ -44,7 +44,10 @@ do
fi fi
done done
# TODO Automatically check for content that needs to be migrated
# Load enabled aliases, completion, plugins # Load enabled aliases, completion, plugins
# TODO Add new global directory structure
for file_type in "aliases" "plugins" "completion" for file_type in "aliases" "plugins" "completion"
do do
_load_bash_it_files $file_type _load_bash_it_files $file_type

View File

@ -9,4 +9,6 @@ if [ -z "${BASH_IT}" ]; then
export BASH_IT=$(cd ${test_directory} && dirname $(pwd)) export BASH_IT=$(cd ${test_directory} && dirname $(pwd))
fi fi
# TODO Add tests for bash-it completion
exec $bats_executable ${CI:+--tap} ${test_directory}/{install,lib,plugins,themes} exec $bats_executable ${CI:+--tap} ${test_directory}/{install,lib,plugins,themes}