Call completion function explicitly

This avoid pressing tab twice to complete subcommand
This commit is contained in:
Shohei YOSHIDA 2025-12-23 13:12:45 +09:00
parent 64484169e2
commit 2cff35a45d
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ _xdg-mime() {
esac
}
_xdg-mime "$@"
# Local Variables:
# mode: Shell-Script
# sh-indentation: 2