zshrc: url-quote-magic depends on bracketed-paste-magic since zsh 5.1
authorMichael Prokop <mika@grml.org>
Wed, 3 Jun 2020 06:42:38 +0000 (08:42 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 3 Jun 2020 13:33:44 +0000 (15:33 +0200)
commit30fc297933f590166377f2c583672832c7d25276
tree72dbc5dcc1bb0a0440c199ce92ffe2d5d8aaa674
parent9615015a3a16b34bb31b581981e99fd20a0d97b6
zshrc: url-quote-magic depends on bracketed-paste-magic since zsh 5.1

url-quote with zsh >=5.1 does no longer work as such, it depends
on bracketed-paste-magic to work as it used to do

See https://github.com/zsh-users/zsh/blob/68405f31a043bdd5bf338eb06688ed3e1f740937/README#L38-L45
and https://archive.zhimingwang.org/blog/2015-09-21-zsh-51-and-bracketed-paste.html#update
and https://github.com/sorin-ionescu/prezto/issues/978

Closes: grml/grml-etc-core#85
etc/zsh/zshrc