shell-base/load/env/modules.env
David Kebler 0d4481e291 refactor: more new session loading to anything under "load" subirectory (by default) still can add additional loading directories as before.
refactor of debug module using BASH_DEBUG as filename in user shell suddirectory  logs/

improved bindfs and btrfs modules
2023-02-22 11:39:34 -08:00

6 lines
322 B
Bash

# Uncomment and add directories to this variable for
# searching custom directories for shell modules
# MODULE_DIRS=(some/dir another/dir)
# those will be searched first then /modules under the shell directories
# based on $BASH_SHELL_DIRS
# this ordering provides a way to override a module with a more specific version