Re-add '\' for newline, re-arrange chars for clarity

pull/2188/head
David Farrell 2023-01-23 09:15:37 -08:00 committed by GitHub
parent c88a4bfa89
commit f646ac90d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ function _bash-it-component-completion-callback-on-init-aliases() {
fi
# skip aliases to pipes, boolean control structures and other command lists
chars=$'|&;)(n<>'
chars=$'|&;()<>\n'
if [[ "${alias_defn}" =~ [$chars] ]]; then
continue
fi