From 683bca28485e9ef31ab485e6c36fd401b2c9833d Mon Sep 17 00:00:00 2001 From: Phantop Date: Mon, 13 Jan 2020 16:34:04 -0500 Subject: [PATCH] Fish: fix zip.xz --- .config/fish/functions/xcompress.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/fish/functions/xcompress.fish b/.config/fish/functions/xcompress.fish index 4a05649..d402e9b 100644 --- a/.config/fish/functions/xcompress.fish +++ b/.config/fish/functions/xcompress.fish @@ -1,7 +1,7 @@ -# Defined in /tmp/fish.JK2lNx/xcompress.fish @ line 2 +# Defined in /tmp/fish.RFrpYE/xcompress.fish @ line 2 function xcompress if test -d $argv - tar -0r $argv.zip $argv + zip -0r $argv.zip $argv xz -efvk9T 0 $argv.zip rm $argv.zip else