Skip to content

Commit

Permalink
delete newline
Browse files Browse the repository at this point in the history
  • Loading branch information
luisadha committed Jan 31, 2025
1 parent 4978a0d commit 4c249dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bash-preexec.alrc.plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4c249dd

Please sign in to comment.