From 6b4e21e5dc99ea9af6b85343871ef53d4c2e9e97 Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Tue, 24 Jul 2012 19:13:44 +0200 Subject: [PATCH] run normal completer for commands instead of completing files for optirun --- _optirun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_optirun b/_optirun index 26f8db5..2c05992 100644 --- a/_optirun +++ b/_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