/etc/zsh/zshrc: added zstyle for url-quote-magic
authorMichael Prokop <mika@grml.org>
Sun, 15 Apr 2007 20:52:43 +0000 (22:52 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 15 Apr 2007 20:52:43 +0000 (22:52 +0200)
debian/changelog
etc/zsh/zshrc

index 44fc9d6..36b78d0 100644 (file)
@@ -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 <mika@grml.org>  Sun, 15 Apr 2007 22:36:28 +0200
 
index 1be98f4..79294d2 100644 (file)
@@ -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