Forgot this one, though it's unstandard

This commit is contained in:
Hunter Haugen 2009-11-29 22:10:14 +05:30
parent f75b2188c6
commit c0ce100635

1
.zshrc
View file

@ -238,6 +238,7 @@ ex () {
*.tar) $TAR xvf $1 ;;
*.tbz2) $TAR xvjf $1 ;;
*.tgz) $TAR xvzf $1 ;;
*.tbz) $TAR xvjf $1 ;;
*.zip) unzip $1 ;;
*.Z) uncompress $1 ;;
*.7z) 7z x $1 ;;