zsh:alias:gpg: Fix zsh-sy-h related freeze
This commit is contained in:
@@ -100,7 +100,7 @@
|
|||||||
"from urllib import parse; print(parse.unquote(\"$*\"), end=\"\")"
|
"from urllib import parse; print(parse.unquote(\"$*\"), end=\"\")"
|
||||||
}'
|
}'
|
||||||
# Workaround for stack smash when using stderred
|
# Workaround for stack smash when using stderred
|
||||||
alias gpg='
|
alias gpg='\
|
||||||
env LD_PRELOAD="$(
|
env LD_PRELOAD="$(
|
||||||
sed "s/[^:]*libstderred.so:\?//;s/:$//" <<<"$LD_PRELOAD"
|
sed "s/[^:]*libstderred.so:\?//;s/:$//" <<<"$LD_PRELOAD"
|
||||||
)" gpg'
|
)" gpg'
|
||||||
|
|||||||
Reference in New Issue
Block a user