aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/compl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/compl.sh b/etc/compl.sh
index d56f1a3..c4753c5 100644
--- a/etc/compl.sh
+++ b/etc/compl.sh
@@ -79,4 +79,4 @@ comp_eclat() {
# Finally, find matching commands.
COMPREPLY=( $(eclat --match-commands ${COMP_WORDS[$COMP_CWORD]}) )
}
-complete -F comp_eclat eclat
+complete -F comp_eclat -o default eclat

Return to:

Send suggestions and report system problems to the System administrator.