Call completion function explicitly
This avoid pressing tab twice to complete subcommand
This commit is contained in:
parent
64484169e2
commit
2cff35a45d
|
|
@ -59,6 +59,8 @@ _xdg-mime() {
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_xdg-mime "$@"
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# mode: Shell-Script
|
# mode: Shell-Script
|
||||||
# sh-indentation: 2
|
# sh-indentation: 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue