]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/zsnap.zsh
Shorter fast gpg invocation
[dotfiles.git] / 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