Improve completion in-source comment
This commit is contained in:
parent
f57eb1b80d
commit
4228dcc7b9
2
cmd
2
cmd
|
@ -398,7 +398,7 @@ _buffer() {
|
|||
}
|
||||
|
||||
# --------------------- completion and delegation --------------------
|
||||
# (better than . <(foo bloated_completion) in .bashrc)
|
||||
# `complete -C foo foo` > `source <(foo bloated_completion)`
|
||||
|
||||
while IFS= read -r line; do
|
||||
[[ $line =~ ^declare\ -f\ command_ ]] || continue
|
||||
|
|
Loading…
Reference in New Issue