run normal completer for commands instead of completing files for optirun
This commit is contained in:
parent
365eb78252
commit
6b4e21e5dc
2
_optirun
2
_optirun
|
@ -61,7 +61,7 @@ arguments=(
|
|||
'(-C --config)'{-C,--config}'[retrieve settings for Bumblebee from FILE]:file:_files'
|
||||
'(-l --ldpath)'{-l,--ldpath}'[PATH the libraries like libGL.so are searched in]:file:_files'
|
||||
'(-s --socket)'{-s,--socket}'[use FILE for communication with the daemon]:file:_files'
|
||||
'*::arguments: _files'
|
||||
'*::arguments: _normal'
|
||||
)
|
||||
|
||||
_arguments $arguments
|
||||
|
|
Loading…
Reference in New Issue