mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-28 17:42:47 +00:00
Fish: fix zip.xz
This commit is contained in:
parent
88a6122a3b
commit
683bca2848
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue