We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ce113 commit 2b81989Copy full SHA for 2b81989
1 file changed
completions/unrar
@@ -13,7 +13,7 @@ _unrar()
13
if [[ $cword -eq 1 ]]; then
14
COMPREPLY=( $(compgen -W 'e l lb lt p t v vb vt x' -- "$cur") )
15
else
16
- _filedir rar
+ _filedir '@(rar|exe)'
17
fi
18
19
0 commit comments