From e53b5dc96efa2b8b7a7ebba677834fc1393bd032 Mon Sep 17 00:00:00 2001 From: Nils Winkler Date: Fri, 15 Sep 2017 08:10:15 +0200 Subject: [PATCH] Add some TODO items --- bash_it.sh | 3 +++ test/run | 2 ++ 2 files changed, 5 insertions(+) diff --git a/bash_it.sh b/bash_it.sh index 5581dd00..599e0aaf 100755 --- a/bash_it.sh +++ b/bash_it.sh @@ -44,7 +44,10 @@ do fi done +# TODO Automatically check for content that needs to be migrated + # Load enabled aliases, completion, plugins +# TODO Add new global directory structure for file_type in "aliases" "plugins" "completion" do _load_bash_it_files $file_type diff --git a/test/run b/test/run index 737f17e2..389a20ae 100755 --- a/test/run +++ b/test/run @@ -9,4 +9,6 @@ if [ -z "${BASH_IT}" ]; then export BASH_IT=$(cd ${test_directory} && dirname $(pwd)) fi +# TODO Add tests for bash-it completion + exec $bats_executable ${CI:+--tap} ${test_directory}/{install,lib,plugins,themes}