Skip to content

Commit 2b81989

Browse files
andreabravettiscop
authored andcommitted
unrar: complete on *.exe (#337)
To support some common rar self-extracting (SFX) archives.
1 parent 44ce113 commit 2b81989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/unrar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _unrar()
1313
if [[ $cword -eq 1 ]]; then
1414
COMPREPLY=( $(compgen -W 'e l lb lt p t v vb vt x' -- "$cur") )
1515
else
16-
_filedir rar
16+
_filedir '@(rar|exe)'
1717
fi
1818
fi
1919

0 commit comments

Comments
 (0)