summaryrefslogtreecommitdiff
path: root/dot_zsh/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'dot_zsh/plugins')
-rw-r--r--dot_zsh/plugins/bsdtar4
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'