aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zsh/functions/unzip
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zsh/functions/unzip')
-rw-r--r--zsh/.zsh/functions/unzip2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.zsh/functions/unzip b/zsh/.zsh/functions/unzip
new file mode 100644
index 0000000..a44f23b
--- /dev/null
+++ b/zsh/.zsh/functions/unzip
@@ -0,0 +1,2 @@
+# -*- mode: sh; sh-shell: zsh; -*-
+command unzip "$@" -x '__MACOSX*' '*.DS_Store'