Forgot this one, though it's unstandard
This commit is contained in:
parent
f75b2188c6
commit
c0ce100635
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
|
@ -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 ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue