summaryrefslogtreecommitdiff
path: root/dot_config/private_fish/plug/bsdtar.fish
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2021-03-02 20:25:29 -0500
committerChloe Kudryavtsev <toast@toast.cafe>2021-03-02 20:25:29 -0500
commite2465d5c67e8ebe6529879279c5c9e9a6efd76a1 (patch)
treedcf4a5cda24df211e7db558aa492e5e89c304f5d /dot_config/private_fish/plug/bsdtar.fish
parentmigrate git email, explicitly configure foot $TERM (diff)
fish: add baseline plugs/configs
Diffstat (limited to 'dot_config/private_fish/plug/bsdtar.fish')
-rw-r--r--dot_config/private_fish/plug/bsdtar.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/private_fish/plug/bsdtar.fish b/dot_config/private_fish/plug/bsdtar.fish
new file mode 100644
index 0000000..dab2d53
--- /dev/null
+++ b/dot_config/private_fish/plug/bsdtar.fish
@@ -0,0 +1,4 @@
+type -qf bsdtar || exit
+alias tar bsdtar
+alias bshar 'bsdtar --format=shardump'
+alias shar 'bsdtar --format=shar'