From: Michael Prokop Date: Sun, 23 Sep 2007 14:48:01 +0000 (+0200) Subject: /etc/skel/.zshrc: use same pattern in function wikien as in wikide X-Git-Tag: 0.3.31~10 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=12f0aa60f20df76f4a10a08b84590d1485c062b2;hp=2167f64d0374d0226c2e7c1b4566004aaa0b6c19;p=grml-etc-core.git /etc/skel/.zshrc: use same pattern in function wikien as in wikide --- diff --git a/debian/changelog b/debian/changelog index 75d62db..bc16732 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-etc-core (0.3.31) unstable; urgency=low + + * /etc/skel/.zshrc: use same pattern in function wikien as in wikide. + (Thanks, wuehlmaus) + + -- Michael Prokop Sun, 23 Sep 2007 16:47:35 +0200 + grml-etc-core (0.3.30) unstable; urgency=low [ Frank Terbeck ] diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 81a8e52..a88afaa 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -270,7 +270,7 @@ #f4# Search German Wikipedia wikide () { ${=BROWSER} http://de.wikipedia.org/wiki/"${(C)*}" } #f4# Search English Wikipedia - wikien() { ${=BROWSER} http://en.wikipedia.org/wiki/"$*" } + wikien() { ${=BROWSER} http://en.wikipedia.org/wiki/"${(C)*}" } #f4# Search official debs wodeb () { ${=BROWSER} "http://packages.debian.org/cgi-bin/search_contents.pl?word=$1&version=${2:-unstable}" } #m# f4 gex() Exact search via Google