Skip to content

Commit

Permalink
bzip2: recognize *.tbz2 as bzipped
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Apr 14, 2019
1 parent 83b4b21 commit c3e5447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/bzip2
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _bzip2()
return
fi

local IFS=$'\n' xspec="*.bz2"
local IFS=$'\n' xspec="*.?(t)bz2"

if [[ "$prev" == --* ]]; then
[[ "$prev" == --@(decompress|list|test) ]] && xspec="!"$xspec
Expand Down

0 comments on commit c3e5447

Please sign in to comment.