Re-add '\' for newline, re-arrange chars for clarity
parent
c88a4bfa89
commit
f646ac90d3
|
|
@ -50,7 +50,7 @@ function _bash-it-component-completion-callback-on-init-aliases() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# skip aliases to pipes, boolean control structures and other command lists
|
# skip aliases to pipes, boolean control structures and other command lists
|
||||||
chars=$'|&;)(n<>'
|
chars=$'|&;()<>\n'
|
||||||
if [[ "${alias_defn}" =~ [$chars] ]]; then
|
if [[ "${alias_defn}" =~ [$chars] ]]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue