diff options
-rw-r--r-- | .zsh.after/functions.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh.after/functions.zsh b/.zsh.after/functions.zsh index f136a4b..bc68398 100644 --- a/.zsh.after/functions.zsh +++ b/.zsh.after/functions.zsh @@ -183,6 +183,7 @@ case $1 in *.tar) tar xvf $1 ;; *.tbz2) tar xvjf $1 ;; *.tgz) tar xvzf $1 ;; + *.xz) tar xvJf $1 ;; *.zip) unzip $1 ;; *.Z) uncompress $1 ;; *.7z) 7z x $1 ;; |