From: Michael Prokop Date: Sun, 15 Apr 2007 20:52:43 +0000 (+0200) Subject: /etc/zsh/zshrc: added zstyle for url-quote-magic X-Git-Tag: 0.2.47~1 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=d0efc44af1d049776967ae980611631be13d7561;p=grml-etc-core.git /etc/zsh/zshrc: added zstyle for url-quote-magic --- diff --git a/debian/changelog b/debian/changelog index 44fc9d6..36b78d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ grml-etc-core (0.2.46) unstable; urgency=low * /etc/zsh/zshrc: deactivate url-quote-magic by default and - provide it as alias url-quote instead. + provide it as alias url-quote instead. Added zstyle for + url-quote-magic as well, thanks ft! -- Michael Prokop Sun, 15 Apr 2007 22:36:28 +0200 diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 1be98f4..79294d2 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -257,6 +257,7 @@ fi # we don't want to quote/espace URLs on our own... # if autoload -U url-quote-magic ; then # zle -N self-insert url-quote-magic + # zstyle ':url-quote-magic:*' url-metas '*?[]^()~#{}=' # else # print 'Notice: no url-quote-magic available :(' # fi