mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-09-18 21:39:54 +00:00
teach extract about .tbz files
This commit is contained in:
parent
94f514a709
commit
47320b1a02
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ extract ()
|
|||
*.tar.z)
|
||||
uncompress -c "${1}" | tar xf -
|
||||
;;
|
||||
*.tar.bz2|*.tbz2)
|
||||
*.tar.bz2|*.tbz2|*.tbz)
|
||||
bzcat "${1}" | tar xf -
|
||||
;;
|
||||
*.zip|*.jar)
|
||||
|
|
Loading…
Add table
Reference in a new issue