Loading components from global enabled directory

This commit is contained in:
Nils Winkler
2017-09-15 08:10:17 +02:00
parent 5210707da8
commit fd637a3dc6
3 changed files with 113 additions and 2 deletions

View File

@@ -48,6 +48,9 @@ done
# TODO Automatically check for content that needs to be migrated
# Load the global "enabled" directory
_load_global_bash_it_files
# Load enabled aliases, completion, plugins
for file_type in "aliases" "plugins" "completion"
do