Add some TODO items
parent
9e99c8cb3d
commit
e53b5dc96e
|
|
@ -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
|
||||||
|
|
|
||||||
2
test/run
2
test/run
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue