mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
add missing unrar flag
This commit is contained in:
parent
01b0366f3e
commit
fcc7801435
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ function extract() {
|
|||
*.tar.xz) tar xvJf $1;;
|
||||
*.tar.lzma) tar --lzma -xvf $1;;
|
||||
*.bz2) bunzip $1;;
|
||||
*.rar) unrar $1;;
|
||||
*.rar) unrar x $1;;
|
||||
*.gz) gunzip $1;;
|
||||
*.tar) tar xvf $1;;
|
||||
*.tbz2) tar xvjf $1;;
|
||||
|
|
Loading…
Reference in a new issue