Tweak INFO messages, update CHANGELOG
This commit is contained in:
8
abra
8
abra
@ -401,11 +401,11 @@ fi
|
||||
|
||||
###### Run-time loading
|
||||
|
||||
load_custom_commands() {
|
||||
load_abra_sh() {
|
||||
if [ -f abra.sh ]; then
|
||||
# shellcheck disable=SC1091
|
||||
source abra.sh
|
||||
info "Loading custom commands from abra.sh"
|
||||
info "Loading abra.sh"
|
||||
fi
|
||||
|
||||
if [ -n "$abra__app_" ]; then
|
||||
@ -415,7 +415,7 @@ load_custom_commands() {
|
||||
fi
|
||||
|
||||
if [ -f "$APP_DIR/abra.sh" ]; then
|
||||
info "Loading custom commands from $APP_DIR/abra.sh"
|
||||
info "Loading $APP_DIR/abra.sh"
|
||||
# shellcheck disable=SC1090,SC1091
|
||||
source "$APP_DIR/abra.sh"
|
||||
fi
|
||||
@ -1486,7 +1486,7 @@ abra() {
|
||||
set +a
|
||||
fi
|
||||
|
||||
load_custom_commands
|
||||
load_abra_sh
|
||||
|
||||
# Search for sub_* functions, and check if any of them matches enabled
|
||||
# arguments (i.e. is a command and is specified)
|
||||
|
Reference in New Issue
Block a user