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=\"\")"
|
||||
}'
|
||||
# Workaround for stack smash when using stderred
|
||||
alias gpg='
|
||||
alias gpg='\
|
||||
env LD_PRELOAD="$(
|
||||
sed "s/[^:]*libstderred.so:\?//;s/:$//" <<<"$LD_PRELOAD"
|
||||
)" gpg'
|
||||
|
||||
Reference in New Issue
Block a user