Load custom commands from $ABRA_STACK_DIR too
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
5
abra
5
abra
@ -147,6 +147,11 @@ if [ -f abra-commands.sh ]; then
|
|||||||
source abra-commands.sh
|
source abra-commands.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -f "$ABRA_STACK_DIR/abra-commands.sh" ]; then
|
||||||
|
# shellcheck disable=SC1090
|
||||||
|
source "$ABRA_STACK_DIR/abra-commands.sh"
|
||||||
|
fi
|
||||||
|
|
||||||
###### Global help
|
###### Global help
|
||||||
|
|
||||||
sub_help() {
|
sub_help() {
|
||||||
|
Reference in New Issue
Block a user