diff --git a/plugins/bash-preexec.alrc.plugin.sh b/plugins/bash-preexec.alrc.plugin.sh index 0a51f22..4162074 100644 --- a/plugins/bash-preexec.alrc.plugin.sh +++ b/plugins/bash-preexec.alrc.plugin.sh @@ -5,7 +5,7 @@ if [[ ! ${bash_preexec_imported:-${__bp_imported:-}} ]]; then plugin_shortname=$(echo "${BASH_SOURCE[0]}" | awk '{gsub(/.*[/]|[.].*/, "", $0)} 1' ) ps=${plugin_shortname} alrc_plugin_enabled+=($plugin_shortname) readarray -t alrc_plugin_enabled <<< $(printf "%s\n" "${alrc_plugin_enabled[@]}" | sort -u) -echo -e "alrc-termux: Plugin ${ps} successfully loadded!\n" +echo -e "alrc-termux: Plugin ${ps} successfully loadded!" unset ps unset plugin_shortname fi