From 12f0aa60f20df76f4a10a08b84590d1485c062b2 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 23 Sep 2007 16:48:01 +0200 Subject: [PATCH] /etc/skel/.zshrc: use same pattern in function wikien as in wikide --- debian/changelog | 7 +++++++ etc/skel/.zshrc | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.1.4