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