From d0efc44af1d049776967ae980611631be13d7561 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 15 Apr 2007 22:52:43 +0200 Subject: [PATCH] /etc/zsh/zshrc: added zstyle for url-quote-magic --- debian/changelog | 3 ++- etc/zsh/zshrc | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.1.4