mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
add missing unrar flag
This commit is contained in:
parent
abe0472dcb
commit
156de81777
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,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…
Add table
Add a link
Reference in a new issue