dotfiles/zsh/.zsh/functions/unzip

2 lines
82 B
Bash

# -*- mode: sh; sh-shell: zsh; -*-
command unzip "$@" -x '__MACOSX*' '*.DS_Store'