From ad0bc01ef43e451b9c08b7002062a008a3d15e56 Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Thu, 25 Aug 2022 11:18:25 -0400 Subject: [PATCH] [+] compress-zstd --- scripts/zshrc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index b067a1e..6a68780 100755 --- a/scripts/zshrc.sh +++ b/scripts/zshrc.sh @@ -41,6 +41,7 @@ alias mine-zel='sudo lolminer --algo ZEL --pers BgoldPoW --pool stratum+tcp://ze alias mount-external='sudo mount -t cifs //192.168.2.1/external /smb/external -o rw,user=azalea,uid=1000,gid=1000,pass=' alias ds-clean="sudo find ./ -name \".DS_Store\" -depth -exec rm {} \;" +alias compress-zst="tar -I 'zstd -T36 -19' --checkpoint=.1024 --totals -c -f" alias catt="echo 🐱" alias update-ssh-keys="curl -L https://github.com/Hykilpikonna.keys > ~/.ssh/authorized_keys"