zsh:alias:gpg: Fix zsh-sy-h related freeze

This commit is contained in:
2020-11-12 22:51:16 +01:00
parent 18d39e4d95
commit 0e5dd20db4

View File

@@ -100,7 +100,7 @@
"from urllib import parse; print(parse.unquote(\"$*\"), end=\"\")"
}'
# Workaround for stack smash when using stderred
alias gpg='
alias gpg='\
env LD_PRELOAD="$(
sed "s/[^:]*libstderred.so:\?//;s/:$//" <<<"$LD_PRELOAD"
)" gpg'