aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zsh.after/functions.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh.after/functions.zsh b/.zsh.after/functions.zsh
index 6dfefba..e00cc6c 100644
--- a/.zsh.after/functions.zsh
+++ b/.zsh.after/functions.zsh
@@ -174,7 +174,7 @@ ex() {
unzip $1
;;
*.zst)
- tar --zstd -xvf $1
+ tar --zstd -xvf $1 --force-local
;;
*.Z)
uncompress $1