]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Shorter fast gpg invocation
authorSergey Matveev <stargrave@stargrave.org>
Sun, 25 Apr 2021 09:00:54 +0000 (12:00 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 3 May 2021 12:13:38 +0000 (15:13 +0300)
bin/bin/zsnap.zsh

index a75650c2a2c3ac09e37b6b216aec4125879e3766..f9f97024a7d9c62aefa4d8d814f1fd476158f1e2 100755 (executable)
@@ -13,7 +13,7 @@ EOF
     exit 1
 }
 
-enccmd="gpg --compress-level 0 --encrypt --recipient offline --cipher-algo AES-128"
+enccmd="/home/stargrave/bin/gpg-e-fast.sh --recipient offline"
 
 [[ $# -ge 2 ]] || usage