diff options
Diffstat (limited to 'dot_zsh/plugins/bsdtar')
| -rw-r--r-- | dot_zsh/plugins/bsdtar | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_zsh/plugins/bsdtar b/dot_zsh/plugins/bsdtar new file mode 100644 index 0000000..fbc9ccb --- /dev/null +++ b/dot_zsh/plugins/bsdtar @@ -0,0 +1,4 @@ +#!/bin/zsh +(( $+commands[bsdtar] )) || return + +alias tar=bsdtar bshar='bsdtar --format=shardump' shar='bsdtar --format=shar' |
