#!/bin/zsh (( $+commands[bsdtar] )) || return alias tar=bsdtar bshar='bsdtar --format=shardump' shar='bsdtar --format=shar'