zsh: aliases and related
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user