Load custom commands from $ABRA_STACK_DIR too
This commit is contained in:
parent
7223dca951
commit
8735362580
5
abra
5
abra
@ -147,6 +147,11 @@ if [ -f abra-commands.sh ]; then
|
||||
source abra-commands.sh
|
||||
fi
|
||||
|
||||
if [ -f "$ABRA_STACK_DIR/abra-commands.sh" ]; then
|
||||
# shellcheck disable=SC1090
|
||||
source "$ABRA_STACK_DIR/abra-commands.sh"
|
||||
fi
|
||||
|
||||
###### Global help
|
||||
|
||||
sub_help() {
|
||||
|
Reference in New Issue
Block a user