Skip to content

Commit

Permalink
unrar: complete on *.exe (#337)
Browse files Browse the repository at this point in the history
To support some common rar self-extracting (SFX) archives.
  • Loading branch information
andreabravetti authored and scop committed Nov 25, 2019
1 parent 44ce113 commit 2b81989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/unrar
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _unrar()
if [[ $cword -eq 1 ]]; then
COMPREPLY=( $(compgen -W 'e l lb lt p t v vb vt x' -- "$cur") )
else
_filedir rar
_filedir '@(rar|exe)'
fi
fi

Expand Down

0 comments on commit 2b81989

Please sign in to comment.