aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bashrc b/conf/bashrc
index 0d8c826..c3c4068 100644
--- a/conf/bashrc
+++ b/conf/bashrc
@@ -27,6 +27,7 @@ function extract () {
*.gz) gunzip $1 ;;
*.tar) tar xvf $1 ;;
*.tbz2) tar xvjf $1 ;;
+ *.tar.xz) tar xvJf $1 ;;
*.tgz) tar xvzf $1 ;;
*.zip) unzip $1 ;;
*.Z) uncompress $1 ;;