Updated extract function to use unrar

This commit is contained in:
Veit Heller
2014-11-23 12:13:47 +01:00
parent f10d885874
commit f580cc6bcf
2 changed files with 2 additions and 2 deletions

2
zshrc
View File

@@ -81,7 +81,7 @@ extract(){
*.tar.gz) tar xzf $1 ;;
*.tar.xz) tar xzf $1 ;;
*.bz2) bunzip2 $1 ;;
*.rar) rar x $1 ;;
*.rar) unrar x $1 ;;
*.gz) gunzip $1 ;;
*.tar) tar xf $1 ;;
*.tbz2) tar xjf $1 ;;