summaryrefslogtreecommitdiff
path: root/dot_zsh/plugins
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2020-08-29 13:37:30 -0400
committerChloe Kudryavtsev <toast@toast.cafe>2020-08-29 13:37:30 -0400
commitdf4df34b55cfcb14e5ae6a7087b9d9aa395e7907 (patch)
tree32fa49721d7f86918919aa86e776ef23fc0a366b /dot_zsh/plugins
parentzsh: nicer environment stuff (diff)
zsh: further env/plugin porting work
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'