1
0

zsh: aliases and related

This commit is contained in:
2021-12-07 02:46:50 +03:00
parent 95d73f7f64
commit 731471aee7
15 changed files with 66 additions and 35 deletions

View File

@@ -4,7 +4,7 @@ gpg-warmup() {
(( ${+commands[gpg]} )) || return 1
local r t
t=$(mktemp)
gpg --expert -abs "$t"
command gpg -abs "$t"
r=$?
command rm -f "$t" "$t.asc"
return "$r"